tree-sitter-grammars / tree-sitter-query

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

`;` as a extra is causing some problems. #9

Closed theHamsta closed 3 years ago

theHamsta commented 3 years ago

@stsewd

; as a extra is causing some problems. Try out queries/c/highlights.scm

https://user-images.githubusercontent.com/7189118/109558991-6885f200-7ada-11eb-810d-dc7f2223dc85.mp4

Boils down to ";" is parsed as a comment

image

stsewd commented 3 years ago

Think comment node needs token and/or priority so it doesn't interfere with a normal string, I'll take a look later.