aboutsummaryrefslogtreecommitdiffstats
path: root/queries/textproto/highlights.scm
blob: 451362216d98a7813674b7e99df0911865b8a6d9 (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
(string) @string

(field_name) @variable.member

(comment) @comment

(number) @number

; For stuff like "inf" and "-inf".
(scalar_value
  [
    (identifier)
    (signed_identifier)
  ]) @number

[
  (open_squiggly)
  (close_squiggly)
  (open_square)
  (close_square)
  (open_arrow)
  (close_arrow)
] @punctuation.bracket