File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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|from|in|instanceof|module|namespace| new|typeof|void|as)\b
467
+ match : =>|\b(delete|export|import|from|in|instanceof|new|typeof|void|as)\b
468
468
469
469
arithmetic-operator :
470
470
name : keyword.operator.arithmetic.tsx
@@ -484,7 +484,7 @@ repository:
484
484
485
485
storage-keyword :
486
486
name : storage.type.tsx
487
- match : \b(number|boolean|string|any|var|let|function|const)\b
487
+ match : \b(number|boolean|string|any|var|let|function|const|module|namespace )\b
488
488
489
489
paren-expression :
490
490
begin : \(
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|from|in|instanceof|module|namespace| new|typeof|void|as)\b </string >
372
+ <string >=> |\b(delete|export|import|from|in|instanceof|new|typeof|void|as)\b </string >
373
373
<key >name </key >
374
374
<string >keyword.operator.tsx </string >
375
375
</dict >
1567
1567
<key >storage-keyword </key >
1568
1568
<dict >
1569
1569
<key >match </key >
1570
- <string >\b(number|boolean|string|any|var|let|function|const)\b </string >
1570
+ <string >\b(number|boolean|string|any|var|let|function|const|module|namespace )\b </string >
1571
1571
<key >name </key >
1572
1572
<string >storage.type.tsx </string >
1573
1573
</dict >
You can’t perform that action at this time.
0 commit comments