Conversation
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
| @@ -1,8 +1,3 @@ | |||
| /*********************************** | |||
There was a problem hiding this comment.
Confirmed - the scanner.h content is identical to v0.23.0 and also matches the current upstream v0.23.2. I only removed the version comment header; the actual code hasn't changed in upstream since v0.23.0.
There was a problem hiding this comment.
@copilot files from tree-sitter-typescript should go in the src/tree-sitter-typescript folder
There was a problem hiding this comment.
Done in af9c736 - moved define-grammar.js and scanner.h to src/tree-sitter-typescript/ and updated the lint script accordingly.
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
This fork extends tree-sitter-typescript to add
<template>tag syntax for Glimmer templates. The relevant upstream files (grammar definitions and scanner) had not been synced since the initial fork.Changes
Added upstream files to
src/tree-sitter-typescript/from tree-sitter-typescript v0.23.0:define-grammar.js- Core TypeScript grammar factory (1147 lines)scanner.h- Lexical scanner definitions (347 lines) - updated to match upstreamAdded ESLint v9 configuration (
eslint.config.mjs) usingeslint-config-treesitterto fix previously broken lint scriptThe Glimmer-specific extensions in
grammar.jsremain unchanged and continue to extend the base TypeScript grammar:💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.