2024-07-04 10:23:44 -07:00
|
|
|
(comment) @comment @spell
|
|
|
|
|
|
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-22 04:36:59 -08:00
|
|
|
(property) @property
|
2024-07-04 10:23:44 -07:00
|
|
|
|
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-22 04:36:59 -08:00
|
|
|
(string) @string
|
2024-07-04 10:23:44 -07:00
|
|
|
|
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-22 04:36:59 -08:00
|
|
|
(header
|
|
|
|
|
(glob) @string.special.path)
|
|
|
|
|
|
|
|
|
|
(character) @character
|
|
|
|
|
|
|
|
|
|
(character_escape) @string.escape
|
|
|
|
|
|
|
|
|
|
(wildcard) @character.special
|
|
|
|
|
|
|
|
|
|
(integer) @number
|
2024-07-04 10:23:44 -07:00
|
|
|
|
|
|
|
|
[
|
|
|
|
|
"["
|
|
|
|
|
"]"
|
|
|
|
|
"{"
|
|
|
|
|
"}"
|
|
|
|
|
] @punctuation.bracket
|
|
|
|
|
|
|
|
|
|
[
|
|
|
|
|
","
|
|
|
|
|
".."
|
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-22 04:36:59 -08:00
|
|
|
"/"
|
|
|
|
|
"-"
|
2024-07-04 10:23:44 -07:00
|
|
|
] @punctuation.delimiter
|
|
|
|
|
|
|
|
|
|
[
|
|
|
|
|
"="
|
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-22 04:36:59 -08:00
|
|
|
"!"
|
2024-07-04 10:23:44 -07:00
|
|
|
] @operator
|