aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/textproto/highlights.scm
blob: 527af0398b854d398ea5489c23f76a272fce3f2f (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 @spell

(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