tree-sitter / tree-sitter-c-sharp

C# Grammar for tree-sitter
MIT License
177 stars 47 forks source link

Include literal content in the parse tree #335

Closed hvitved closed 1 month ago

hvitved commented 1 month ago

https://github.com/tree-sitter/tree-sitter-c-sharp/pull/333 follow-up. While it is in principle possible to derive that character literal content, it's probably better to revert this change to the grammar.

amaanq commented 1 month ago

also please regenerate with the latest cli (0.22.6) (you can install it with npm install -g tree-sitter-cli or cargo install tree-sitter-cli)

hvitved commented 1 month ago

also please regenerate with the latest cli (0.22.6) (you can install it with npm install -g tree-sitter-cli or cargo install tree-sitter-cli)

Done. Thanks for the quick review.

amaanq commented 1 month ago

would it benefit you if I tagged a new release for this?

hvitved commented 1 month ago

would it benefit you if I tagged a new release for this?

No need.