highlights: use @preproc where appropriate

This commit is contained in:
ObserverOfTime 2022-09-18 20:15:23 +03:00 committed by Stephan Seitz
parent 0bfeb5484e
commit 9b43ab819c
15 changed files with 43 additions and 16 deletions

View file

@ -155,6 +155,9 @@
((word) @boolean
(#any-of? @boolean "true" "false"))
((program . (comment) @preproc)
(#match? @preproc "^#!/"))
;; Error
(ERROR) @error