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

23 lines
325 B
Scheme
Raw Normal View History

2023-08-10 11:35:27 +03:00
(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