blob: b9390be8c03448a539d33a729d83287d858c1355 (
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
|
(comment) @comment @spell
(key) @property
(value) @string
(value
(escape) @string.escape)
((value) @boolean
(#any-of? @boolean "true" "false"))
((value) @number
(#lua-match? @number "^%d+$"))
((index) @number
(#lua-match? @number "^%d+$"))
((substitution
(key) @constant)
(#lua-match? @constant "^[A-Z_][A-Z0-9_]*$"))
(substitution
(key) @function
"::" @punctuation.special
(secret) @constant.macro)
(property
[
"="
":"
] @operator)
[
"${"
"}"
] @punctuation.special
(substitution
":" @punctuation.special)
[
"["
"]"
] @punctuation.bracket
[
"."
"\\"
] @punctuation.delimiter
|