mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
362 B
Scheme
23 lines
362 B
Scheme
(single_line_comment) @comment
|
|
(multi_line_comment) @comment
|
|
|
|
(node
|
|
(identifier) @variable)
|
|
|
|
(prop (identifier) @attribute)
|
|
|
|
(type (_) @type) @punctuation.bracket
|
|
|
|
(keyword) @keyword
|
|
|
|
(string) @string
|
|
(number) @constant.numeric
|
|
(boolean) @constant.builtin.boolean
|
|
|
|
"." @punctuation.delimiter
|
|
|
|
"=" @operator
|
|
|
|
"{" @punctuation.bracket
|
|
"}" @punctuation.bracket
|