mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
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
|