mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
40 lines
465 B
Scheme
40 lines
465 B
Scheme
[
|
|
(quoted_argument)
|
|
(bracket_argument)
|
|
] @string
|
|
|
|
(variable_ref) @none
|
|
(variable) @variable
|
|
|
|
[
|
|
(bracket_comment)
|
|
(line_comment)
|
|
] @comment
|
|
|
|
(normal_command (identifier) @function)
|
|
|
|
["ENV" "CACHE"] @symbol
|
|
["$" "{" "}" "<" ">"] @punctuation.special
|
|
["(" ")"] @punctuation.bracket
|
|
|
|
[
|
|
(function)
|
|
(endfunction)
|
|
(macro)
|
|
(endmacro)
|
|
] @keyword.function
|
|
|
|
[
|
|
(if)
|
|
(elseif)
|
|
(else)
|
|
(endif)
|
|
] @conditional
|
|
|
|
[
|
|
(foreach)
|
|
(endforeach)
|
|
(while)
|
|
(endwhile)
|
|
] @repeat
|
|
|