aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/pymanifest/highlights.scm
blob: 11d8b605f1681efe4b5c67022613f00c921ff7f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(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

(comment) @comment @spell