Closed theHamsta closed 3 years ago
@stsewd
; as a extra is causing some problems. Try out queries/c/highlights.scm
;
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
";"
Think comment node needs token and/or priority so it doesn't interfere with a normal string, I'll take a look later.
token
@stsewd
;
as a extra is causing some problems. Try outqueries/c/highlights.scm
https://user-images.githubusercontent.com/7189118/109558991-6885f200-7ada-11eb-810d-dc7f2223dc85.mp4
Boils down to
";"
is parsed as a comment