File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ contexts:
65
65
16: punctuation.comma.sql
66
66
17: punctuation.terminator.sql
67
67
68
- - include : comment
68
+ - include : nested-comment
69
+ - include : scope:source.sql#comments
69
70
- include : scope:source.sql
70
71
71
72
- match : |
@@ -80,12 +81,12 @@ contexts:
80
81
4: punctuation.separator.decimal.sql
81
82
5: punctuation.separator.decimal.sql
82
83
83
- comment :
84
+ nested- comment :
84
85
- match : /\*
85
86
scope : punctuation.definition.comment.sql
86
87
push :
87
88
- meta_scope : comment.block.sql
88
89
# Comments can be nested.
89
- - include : comment
90
+ - include : nested- comment
90
91
- match : \*/
91
92
pop : 1
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ fragment("t AT TIME ZONE")
262
262
# ^^^^^^^ keyword.other.sql
263
263
# ^^^ keyword.other.sql
264
264
# ^^^^^ keyword.other.sql
265
- # ^^^^^ constant.boolean.sql
265
+ # ^^^^^ constant.language. boolean.sql
266
266
# ^^^^^^ keyword.other.sql
267
267
# ^^^ keyword.other.DML.sql
268
268
# ^^^^ keyword.other.DML.sql
@@ -285,7 +285,7 @@ fragment("t AT TIME ZONE")
285
285
# ^^^^ keyword.other.sql
286
286
# ^^ keyword.other.sql
287
287
# ^^^^^^ keyword.other.sql
288
- # ^^^^ constant.language.sql
288
+ # ^^^^ constant.language.null. sql
289
289
# ^^^ keyword.other.sql
290
290
# ^^^^^^^ keyword.other.sql
291
291
# ^^^^^^^^^^^^^^ support.function.scalar.sql
@@ -305,7 +305,7 @@ fragment("t AT TIME ZONE")
305
305
SOME; SYMMETRIC; TABLE; TABLESAMPLE; THEN; TO; TRAILING; TRUE; UNION; UNIQUE;
306
306
# ^^^^^^ keyword.other.sql
307
307
# ^^^^^ keyword.other.DML.sql
308
- # ^^^^ constant.boolean.sql
308
+ # ^^^^ constant.language. boolean.sql
309
309
# ^^^^^^^^ keyword.other.sql
310
310
# ^^ keyword.other.sql
311
311
# ^^^^ keyword.other.DML.sql
You can’t perform that action at this time.
0 commit comments