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

26 lines
330 B
Scheme
Raw Permalink 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
2024-01-06 15:05:50 +09:00
[
"["
"]"
] @punctuation.bracket)
2023-08-10 11:35:27 +03:00
2024-01-06 15:05:50 +09:00
(char_sequence
"!" @operator)
2023-08-10 11:35:27 +03:00
2024-01-06 15:05:50 +09:00
(char_range
"-" @operator)
2023-08-10 11:35:27 +03:00
(escaped_char) @string.escape
2023-09-13 00:25:01 +09:00
(comment) @comment @spell