File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -246,9 +246,6 @@ export const scalaTmLanguage: TmLanguage = {
246
246
{
247
247
include : '#using'
248
248
} ,
249
- {
250
- include : '#as'
251
- } ,
252
249
{
253
250
include : '#constants'
254
251
} ,
@@ -416,16 +413,6 @@ export const scalaTmLanguage: TmLanguage = {
416
413
}
417
414
]
418
415
} ,
419
- 'as' : {
420
- patterns : [
421
- {
422
- match : '\\s(as)\\s' ,
423
- captures : {
424
- '1' : { name : 'keyword.declaration.scala' }
425
- }
426
- }
427
- ]
428
- } ,
429
416
'string-interpolation' : {
430
417
patterns : [
431
418
{
@@ -559,6 +546,12 @@ export const scalaTmLanguage: TmLanguage = {
559
546
{
560
547
match : '(<-|←|->|→|=>|⇒|\\?|\\:+|@|\\|)+' ,
561
548
name : 'keyword.operator.scala'
549
+ } ,
550
+ {
551
+ match : '\\s(as)\\s' ,
552
+ captures : {
553
+ '1' : { name : 'keyword.declaration.scala' }
554
+ }
562
555
}
563
556
]
564
557
} ,
You can’t perform that action at this time.
0 commit comments