File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ repository:
487
487
488
488
expression-operator :
489
489
name : keyword.operator.ts
490
- match : =>|\b(delete|export|import|in|instanceof|module|namespace|new|typeof|void|as)\b
490
+ match : =>|\b(delete|export|import|from| in|instanceof|module|namespace|new|typeof|void|as)\b
491
491
492
492
arithmetic-operator :
493
493
name : keyword.operator.arithmetic.ts
Original file line number Diff line number Diff line change 408
408
<key >expression-operator </key >
409
409
<dict >
410
410
<key >match </key >
411
- <string >=> |\b(delete|export|import|in|instanceof|module|namespace|new|typeof|void|as)\b </string >
411
+ <string >=> |\b(delete|export|import|from| in|instanceof|module|namespace|new|typeof|void|as)\b </string >
412
412
<key >name </key >
413
413
<string >keyword.operator.ts </string >
414
414
</dict >
Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ repository:
464
464
465
465
expression-operator :
466
466
name : keyword.operator.tsx
467
- match : =>|\b(delete|export|import|in|instanceof|module|namespace|new|typeof|void|as)\b
467
+ match : =>|\b(delete|export|import|from| in|instanceof|module|namespace|new|typeof|void|as)\b
468
468
469
469
arithmetic-operator :
470
470
name : keyword.operator.arithmetic.tsx
Original file line number Diff line number Diff line change 369
369
<key >expression-operator </key >
370
370
<dict >
371
371
<key >match </key >
372
- <string >=> |\b(delete|export|import|in|instanceof|module|namespace|new|typeof|void|as)\b </string >
372
+ <string >=> |\b(delete|export|import|from| in|instanceof|module|namespace|new|typeof|void|as)\b </string >
373
373
<key >name </key >
374
374
<string >keyword.operator.tsx </string >
375
375
</dict >
You can’t perform that action at this time.
0 commit comments