helix-mods/runtime/queries/kdl/highlights.scm
2022-10-29 10:33:23 -05:00

23 lines
372 B
Scheme

(comment) @comment
(single_line_comment) @comment
(node
name: (identifier) @function)
(prop (identifier) @attribute)
(type) @type
(bare_identifier) @variable.other.member
(keyword) @keyword
(string) @string
(number) @constant.numeric
(boolean) @constant.builtin.boolean
"." @punctuation.delimiter
"=" @operator
"{" @punctuation.bracket
"}" @punctuation.bracket