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

11 lines
183 B
Scheme

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