aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/gpg/highlights.scm
blob: f02834429eb1c14b90a22aefbd4f582129625656 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
(option
  .
  _ @keyword)

(option
  ("no-" @variable.parameter)?
  (name) @variable.parameter)

(string
  (content) @string)

[
  (value)
  "clear"
] @string.special

(url) @string.special.url

(key) @constant

[
  (number)
  (expire_time)
  (iso_time)
] @number

(format) @character.special

"sensitive:" @keyword.modifier

(filter_name) @variable.parameter

(filter_scope) @module

(filter_property) @property

(filter_value) @string

[
  (filter_op0)
  (filter_op1)
  (filter_lc)
  "="
] @operator

"!" @punctuation.special

[
  "\""
  "'"
  ","
] @punctuation.delimiter

(comment) @comment @spell