Files
tree-sitter-jhcl/queries/highlights.scm
2021-06-08 00:45:23 +02:00

10 lines
147 B
Scheme

; highlights.scm
(identifier) @string.special
(string_lit) @string
(numeric_lit) @number
(bool_lit) @boolean
(null_lit) @null
(comment) @comment