mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
47 lines
511 B
Scheme
47 lines
511 B
Scheme
|
|
(identifier) @field
|
||
|
|
|
||
|
|
(constant) @constant
|
||
|
|
|
||
|
|
(modifier_function) @function
|
||
|
|
(modifier_predefined) @function.builtin
|
||
|
|
|
||
|
|
[
|
||
|
|
(condition)
|
||
|
|
(condition_end)
|
||
|
|
(condition_else)
|
||
|
|
] @conditional
|
||
|
|
|
||
|
|
(cobject) @type.builtin
|
||
|
|
|
||
|
|
[
|
||
|
|
"@import"
|
||
|
|
"INCLUDE_TYPOSCRIPT"
|
||
|
|
] @include
|
||
|
|
|
||
|
|
[
|
||
|
|
(comment)
|
||
|
|
(single_line_comment)
|
||
|
|
] @comment @spell
|
||
|
|
|
||
|
|
[
|
||
|
|
(string)
|
||
|
|
(multiline_value)
|
||
|
|
] @string
|
||
|
|
|
||
|
|
[
|
||
|
|
"="
|
||
|
|
">"
|
||
|
|
"<"
|
||
|
|
":="
|
||
|
|
"=<"
|
||
|
|
(condition_bool)
|
||
|
|
] @operator
|
||
|
|
|
||
|
|
"," @punctuation.delimiter
|
||
|
|
|
||
|
|
[
|
||
|
|
"("
|
||
|
|
")"
|
||
|
|
(block_punctuation)
|
||
|
|
] @punctuation.bracket
|