tree-sitter-grammars / tree-sitter-query

TS query grammar for tree-sitter
Apache License 2.0
52 stars 14 forks source link

Anchor fixes #28

Closed amaanq closed 8 months ago

amaanq commented 8 months ago

Closes #26

clason commented 8 months ago
- #define STATE_COUNT 243
+ #define STATE_COUNT 313

That's what I was worried about... As we use the parser for (potentially very large) tree view in Neovim, I'm hesitant whether this is worth it?

amaanq commented 8 months ago

313 is nothing really, like way smaller than most other small grammars already and is only a 4kb increase in compiled size for me (40kb -> 44kb)

amaanq commented 8 months ago

back to 243 anyways