mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
Removed nodes: section_name, expansion_string, wildcard_characters, wildcard_any_characters, wildcard_single_character, unset, boolean, spelling_language, indent_style, end_of_line, charset, unknown Renamed nodes: identifier -> property negation -> "!" path_separator -> "/" escaped_character -> character_escape
35 lines
345 B
Scheme
35 lines
345 B
Scheme
(comment) @comment @spell
|
|
|
|
(property) @property
|
|
|
|
(string) @string
|
|
|
|
(header
|
|
(glob) @string.special.path)
|
|
|
|
(character) @character
|
|
|
|
(character_escape) @string.escape
|
|
|
|
(wildcard) @character.special
|
|
|
|
(integer) @number
|
|
|
|
[
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|
|
|
|
[
|
|
","
|
|
".."
|
|
"/"
|
|
"-"
|
|
] @punctuation.delimiter
|
|
|
|
[
|
|
"="
|
|
"!"
|
|
] @operator
|