aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/caddy/highlights.scm
blob: 47a170f76ef27b8ba5582b2a7f9f0391ee6b31cd (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
55
(comment) @comment @spell

[
  (env)
  (argv)
  (block_variable)
  (placeholder)
] @constant

(value) @variable

(directive
  (keyword) @attribute)

(global_options
  (option
    (keyword) @attribute))

(keyword) @keyword

(boolean) @boolean

(placeholder
  [
    "{"
    "}"
  ] @punctuation.special)

(auto) @variable.builtin

[
  (string_literal)
  (quoted_string_literal)
  (address)
] @string

[
  (matcher)
  (route)
  (snippet_name)
] @string.special

[
  (numeric_literal)
  (time)
  (size)
  (ip_literal)
] @number

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

"," @punctuation.delimiter