nvim-treesitter/runtime/queries/editorconfig/highlights.scm

36 lines
345 B
Scheme
Raw Normal View History

2024-07-04 10:23:44 -07:00
(comment) @comment @spell
(property) @property
2024-07-04 10:23:44 -07:00
(string) @string
2024-07-04 10:23:44 -07: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
[
","
".."
"/"
"-"
2024-07-04 10:23:44 -07:00
] @punctuation.delimiter
[
"="
"!"
2024-07-04 10:23:44 -07:00
] @operator