stsewd / tree-sitter-comment

Tree-sitter grammar for comment tags like TODO, FIXME(user).
https://stsewd.dev/tree-sitter-comment/
MIT License
126 stars 8 forks source link

Fix text tokens #4

Closed stsewd closed 3 years ago

stsewd commented 3 years ago

The following text was being parsed as one single "text" token instead of two

TODO something

tree-sitter doesn't allow testing anonymous nodes, so bear with me.