aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/po/highlights.scm
blob: 0cc92e72a070d45e84c78546dc0f136194640529 (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
; Keywords
[
  "msgctxt"
  "msgid"
  "msgid_plural"
  "msgstr"
  "msgstr_plural"
] @keyword

; Punctuation
[
  "["
  "]"
] @punctuation.bracket

; Literals
(string) @string

(escape_sequence) @string.escape

(number) @number

; Comments
(comment) @comment @spell

(comment
  (reference
    (text) @string.special.path))

(comment
  (flag
    (text) @keyword.directive))