tree-sitter grammar change/build reload? #10115
-
Hi, I am trying to develop a I am just double checking that there are no better alternatives? are there any better workflow? It is quite painful if not because:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Parsers and queries are lazily loaded and only loaded once. There isn't an easy way to change this even if you want to modify the source locally. I would recommend relying more on tree-sitter's parsing and highlighting unit tests and using the playground |
Beta Was this translation helpful? Give feedback.
Parsers and queries are lazily loaded and only loaded once. There isn't an easy way to change this even if you want to modify the source locally. I would recommend relying more on tree-sitter's parsing and highlighting unit tests and using the playground
tree-sitter playground
for grammar development instead