File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 19
19
"else"
20
20
"if"
21
21
"switch"
22
- ] @keyword.conditional
22
+ ] @keyword.control. conditional
23
23
24
24
[
25
25
"catch"
26
26
"finally"
27
27
"try"
28
- ] @keyword.exception
28
+ ] @keyword.control. exception
29
29
30
30
"def" @keyword.function
31
31
32
- "import" @keyword.import
32
+ "import" @keyword.control. import
33
33
34
34
[
35
35
"for"
36
36
"while"
37
37
(break)
38
38
(continue)
39
- ] @keyword.repeat
39
+ ] @keyword.control. repeat
40
40
41
- "return" @keyword.return
41
+ "return" @keyword.control. return
42
42
43
43
[
44
44
"true"
45
45
"false"
46
- ] @boolean
46
+ ] @constant.builtin. boolean
47
47
48
48
(null) @constant.builtin
49
49
67
67
"public"
68
68
"static"
69
69
"synchronized"
70
- ] @type.qualifier
70
+ ] @keyword.storage.modifier
71
71
72
- (comment) @comment @spell
72
+ (comment) @comment
73
73
74
74
(shebang) @keyword.directive
75
75
76
76
(string) @string
77
77
78
78
(string
79
- (escape_sequence) @string .escape )
79
+ (escape_sequence) @constant.character .escape )
80
80
81
81
(string
82
82
(interpolation
97
97
"."
98
98
] @punctuation.delimiter
99
99
100
- (number_literal) @number
100
+ (number_literal) @constant.numeric
101
101
102
102
(identifier) @variable
103
103
154
154
([
155
155
"?"
156
156
":"
157
- ]) @keyword.conditional.ternary )
157
+ ]) @keyword.operator )
158
158
159
159
(map
160
160
(map_item
250
250
251
251
"@interface " @function.macro
252
252
253
- (groovy_doc) @comment.documentation @spell
253
+ (groovy_doc) @comment.block. documentation
254
254
255
255
(groovy_doc
256
256
[
257
257
(groovy_doc_param)
258
258
(groovy_doc_throws)
259
259
(groovy_doc_tag)
260
- ] @string.special @nospell )
260
+ ] @string.special )
261
261
262
262
(groovy_doc
263
263
(groovy_doc_param
264
- (identifier) @variable.parameter ) @nospell )
264
+ (identifier) @variable.parameter ))
265
265
266
266
(groovy_doc
267
267
(groovy_doc_throws
268
- (identifier) @type @nospell ))
268
+ (identifier) @type ))
You can’t perform that action at this time.
0 commit comments