aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/editorconfig/highlights.scm
blob: a1d686b364a7a8519a21d3ac2467e38b27a41d23 (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
26
27
28
29
30
31
32
33
34
35
(comment) @comment @spell

(property) @property

(string) @string

(header
  (glob) @string.special.path)

(character) @character

(character_escape) @string.escape

(wildcard) @character.special

(integer) @number

[
  "["
  "]"
  "{"
  "}"
] @punctuation.bracket

[
  ","
  ".."
  "/"
  "-"
] @punctuation.delimiter

[
  "="
  "!"
] @operator