Closed amaanq closed 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?
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)
back to 243 anyways
Closes #26