File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
- ["if" "then" "else"] @keyword.control. conditional
1
+ ["if" "then" "else"] @conditional
2
2
[
3
3
(local)
4
4
"function"
5
5
] @keyword
6
6
(comment) @comment
7
7
8
8
(string) @string
9
- (number) @constant.numeric
9
+ (number) @number
10
10
[
11
11
(true)
12
12
(false)
13
- ] @constant.builtin. boolean
13
+ ] @boolean
14
14
15
15
(binaryop) @operator
16
16
(unaryop) @operator
17
17
18
- (id) @variable
19
18
(param identifier: (id) @variable.parameter )
20
19
(bind function: (id) @function )
21
20
(fieldname) @string.special
25
24
"{"
26
25
"}"
27
26
] @punctuation.bracket
27
+ "for" @keyword.control.repeat
28
+ "in" @keyword.operator
29
+ [(self) (dollar)] @variable.builtin
30
+ "assert" @keyword
31
+ (null) @constant.builtin
32
+ [
33
+ ":"
34
+ "::"
35
+ ";"
36
+ "="
37
+ ] @punctuation.delimiter
38
+ (id) @variable
You can’t perform that action at this time.
0 commit comments