forked from Mirrors/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
372 B
Scheme
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
|