File tree Expand file tree Collapse file tree 6 files changed +18
-8
lines changed Expand file tree Collapse file tree 6 files changed +18
-8
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|from|in|instanceof|module|namespace| new|typeof|void|as)\b
490
+ match : =>|\b(delete|export|import|from|in|instanceof|new|typeof|void|as)\b
491
491
492
492
arithmetic-operator :
493
493
name : keyword.operator.arithmetic.ts
@@ -507,7 +507,7 @@ repository:
507
507
508
508
storage-keyword :
509
509
name : storage.type.ts
510
- match : \b(number|boolean|string|any|var|let|function|const)\b
510
+ match : \b(number|boolean|string|any|var|let|function|const|module|namespace )\b
511
511
512
512
paren-expression :
513
513
begin : \(
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|from|in|instanceof|module|namespace| new|typeof|void|as)\b </string >
411
+ <string >=> |\b(delete|export|import|from|in|instanceof|new|typeof|void|as)\b </string >
412
412
<key >name </key >
413
413
<string >keyword.operator.ts </string >
414
414
</dict >
1241
1241
<key >storage-keyword </key >
1242
1242
<dict >
1243
1243
<key >match </key >
1244
- <string >\b(number|boolean|string|any|var|let|function|const)\b </string >
1244
+ <string >\b(number|boolean|string|any|var|let|function|const|module|namespace )\b </string >
1245
1245
<key >name </key >
1246
1246
<string >storage.type.ts </string >
1247
1247
</dict >
Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ repository:
475
475
476
476
expression-operator :
477
477
name : keyword.operator.tsx
478
- match : =>|\b(delete|export|import|from|in|instanceof|module|namespace| new|typeof|void|as)\b
478
+ match : =>|\b(delete|export|import|from|in|instanceof|new|typeof|void|as)\b
479
479
480
480
arithmetic-operator :
481
481
name : keyword.operator.arithmetic.tsx
@@ -495,7 +495,7 @@ repository:
495
495
496
496
storage-keyword :
497
497
name : storage.type.tsx
498
- match : \b(number|boolean|string|any|var|let|function|const)\b
498
+ match : \b(number|boolean|string|any|var|let|function|const|module|namespace )\b
499
499
500
500
paren-expression :
501
501
begin : \(
Original file line number Diff line number Diff line change 376
376
<key >expression-operator </key >
377
377
<dict >
378
378
<key >match </key >
379
- <string >=> |\b(delete|export|import|from|in|instanceof|module|namespace| new|typeof|void|as)\b </string >
379
+ <string >=> |\b(delete|export|import|from|in|instanceof|new|typeof|void|as)\b </string >
380
380
<key >name </key >
381
381
<string >keyword.operator.tsx </string >
382
382
</dict >
1607
1607
<key >storage-keyword </key >
1608
1608
<dict >
1609
1609
<key >match </key >
1610
- <string >\b(number|boolean|string|any|var|let|function|const)\b </string >
1610
+ <string >\b(number|boolean|string|any|var|let|function|const|module|namespace )\b </string >
1611
1611
<key >name </key >
1612
1612
<string >storage.type.tsx </string >
1613
1613
</dict >
Original file line number Diff line number Diff line change
1
+ [1, 1]: source.ts storage.type.ts
2
+ [2, 1]: source.ts storage.type.ts
3
+ [3, 9]: source.ts storage.type.ts
4
+ [4, 9]: source.ts storage.type.ts
5
+ [5, 9]: source.ts storage.type.ts
Original file line number Diff line number Diff line change
1
+ ^ namespace ts { }
2
+ ^ module ts { }
3
+ declare ^ namespace ts { }
4
+ declare ^ module ts { }
5
+ declare ^ module "x" { }
You can’t perform that action at this time.
0 commit comments