mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04: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
|