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.
15 lines
353 B
Scheme
15 lines
353 B
Scheme
3 years ago
|
(type) @type
|
||
|
(statement) @keyword.operator
|
||
|
(number) @constant.numeric.integer
|
||
|
(comment) @comment
|
||
|
(string) @string
|
||
|
(label) @label
|
||
|
(keyword) @keyword
|
||
|
"ret" @keyword.control.return
|
||
|
(boolean) @constant.builtin.boolean
|
||
|
(float) @constant.numeric.float
|
||
|
(constant) @constant
|
||
|
(identifier) @variable
|
||
|
(symbol) @punctuation.delimiter
|
||
|
(bracket) @punctuation.bracket
|