File tree 4 files changed +3509
-2686
lines changed
4 files changed +3509
-2686
lines changed Original file line number Diff line number Diff line change 147
147
<key >2 </key >
148
148
<dict >
149
149
<key >name </key >
150
- <string >entity.name.type. class.ts </string >
150
+ <string >entity.name.class.ts </string >
151
151
</dict >
152
152
</dict >
153
153
<key >end </key >
236
236
<key >name </key >
237
237
<string >comment.block.documentation.ts </string >
238
238
</dict >
239
- <key >comment-block-html </key >
240
- <dict >
241
- <key >captures </key >
242
- <dict >
243
- <key >0 </key >
244
- <dict >
245
- <key >name </key >
246
- <string >punctuation.definition.comment.html.js </string >
247
- </dict >
248
- <key >2 </key >
249
- <dict >
250
- <key >name </key >
251
- <string >punctuation.definition.comment.html.js </string >
252
- </dict >
253
- </dict >
254
- <key >match </key >
255
- <string >(< !--|--> ) </string >
256
- <key >name </key >
257
- <string >comment.block.html.js </string >
258
- </dict >
259
239
<key >comment-line </key >
260
240
<dict >
261
241
<key >captures </key >
462
442
<key >meta-function </key >
463
443
<dict >
464
444
<key >begin </key >
465
- <string >\b(function)(?:\s+([a-zA-Z_$][\w$]*)?) \s* </string >
445
+ <string >\b(function)\b (?:\s+([a-zA-Z_$][\w$]*))? \s* </string >
466
446
<key >beginCaptures </key >
467
447
<dict >
468
448
<key >0 </key >
662
642
<key >meta-storage-modifier </key >
663
643
<dict >
664
644
<key >match </key >
665
- <string >\b(const|export|extends|final| implements|native| private|protected| public|static|synchronized|throws|transient|volatile )\b </string >
645
+ <string >\b(const|export|extends|implements|private|public|static)\b </string >
666
646
<key >name </key >
667
647
<string >storage.modifier.ts </string >
668
648
</dict >
721
701
<key >2 </key >
722
702
<dict >
723
703
<key >name </key >
724
- <string >entity.name.type.instance .ts </string >
704
+ <string >entity.name.class .ts </string >
725
705
</dict >
726
706
</dict >
727
707
<key >match </key >
737
717
</dict >
738
718
<dict >
739
719
<key >match </key >
740
- <string >\b(boolean|class|enum|interface|number|string|var|void)\b </string >
720
+ <string >\b(boolean|class|enum|type| interface|number|string|var|void)\b </string >
741
721
<key >name </key >
742
722
<string >storage.type.ts </string >
743
723
</dict >
853
833
<key >module-expression </key >
854
834
<dict >
855
835
<key >begin </key >
856
- <string >\b(module)\b(?:\s+([a-zA-Z_$][\w$]*))? </string >
836
+ <string >(? < !var ) \b(module)\b(?:\s+([a-zA-Z_$][\w$]*))? </string >
857
837
<key >beginCaptures </key >
858
838
<dict >
859
839
<key >1 </key >
You can’t perform that action at this time.
0 commit comments