17 lines
138 B
Scheme
17 lines
138 B
Scheme
(ERROR) @error
|
|
|
|
(line_comment) @comment
|
|
|
|
(identifier) @variable
|
|
|
|
(token) @string
|
|
|
|
[
|
|
"="
|
|
"|"
|
|
":"
|
|
"("
|
|
")"
|
|
"?"
|
|
"*"
|
|
] @operator
|