mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01:00
20 lines
233 B
Scheme
20 lines
233 B
Scheme
(comment) @comment.line
|
|
|
|
(identifier) @variable
|
|
|
|
(boolean) @constant.builtin.boolean
|
|
(number) @constant.numeric.integer
|
|
[
|
|
(unquoted_string)
|
|
(quoted_string)
|
|
] @string
|
|
|
|
[
|
|
"\\"
|
|
] @punctuation.delimiter
|
|
|
|
[
|
|
"="
|
|
"+="
|
|
] @operator
|