nvim-treesitter/runtime/queries/pymanifest/highlights.scm
2023-09-09 16:16:51 +02:00

22 lines
325 B
Scheme

(keyword) @keyword
(dir_sep) @punctuation.delimiter
(glob) @punctuation.special
(linebreak) @character.special
(char_sequence) @string.special
(char_sequence
[ "[" "]" ] @punctuation.bracket)
(char_sequence "!" @operator)
(char_range "-" @operator)
(escaped_char) @string.escape
(ERROR) @error
(comment) @comment