blob: 90ac87217240558d51bdd619d0535f146be2d6f3 (
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
|
(number) @number
(string) @string
[
"("
")"
"["
"]"
] @punctuation.bracket
[
(coreTerminator)
(seriesTerminator)
] @punctuation.delimiter
(rune) @operator
(term) @constant
(aura) @constant.builtin
(lineComment) @comment
(boolean) @constant.builtin
(date) @string.special
(mold) @string.special.symbol
(specialIndex) @number
(lark) @operator
(fullContext) @string.special.symbol
|