27 lines
237 B
Scheme
27 lines
237 B
Scheme
(comment) @comment @spell
|
|
|
|
(definition) @keyword
|
|
|
|
(identifier) @variable
|
|
|
|
(label_name) @label
|
|
|
|
(token) @string
|
|
|
|
[
|
|
"="
|
|
"|"
|
|
] @operator
|
|
|
|
[
|
|
"*"
|
|
"?"
|
|
] @keyword.repeat
|
|
|
|
":" @punctuation.delimiter
|
|
|
|
[
|
|
"("
|
|
")"
|
|
] @punctuation.bracket
|