nvim-treesitter/runtime/queries/editorconfig/highlights.scm
Omar Valdez d660b7c002 feat(editorconfig)!: update parser and queries
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
2026-02-23 17:49:34 +01:00

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