mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 09:40:04 +08:00
31 lines
244 B
Scheme
31 lines
244 B
Scheme
(comment) @comment
|
|
|
|
(definition) @keyword
|
|
|
|
(identifier) @variable
|
|
|
|
(label_name) @label
|
|
|
|
(token) @string
|
|
|
|
[
|
|
"="
|
|
"|"
|
|
] @operator
|
|
|
|
[
|
|
"*"
|
|
"?"
|
|
] @repeat
|
|
|
|
[
|
|
":"
|
|
] @punctuation.delimiter
|
|
|
|
[
|
|
"("
|
|
")"
|
|
] @punctuation.bracket
|
|
|
|
(ERROR) @error
|