Files
tree-sitter-jhcl/queries/highlights.scm
2021-06-08 22:37:42 +02:00

14 lines
282 B
Scheme

; highlights.scm
(block name: (identifier) @hcl_block_name)
(attribute name: (identifier) @hcl_attribute_name)
(identifier) @string.special
(string_lit) @string
(numeric_lit) @number
(bool_lit) @boolean
(null_lit) @null
(comment) @comment
(for_intro) @keyword
(for_cond) @keyword