File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2342,7 +2342,7 @@ repository:
2342
2342
2343
2343
directives :
2344
2344
name : comment.line.triple-slash.directive.ts
2345
- begin : ^(///)\s*(?=<(reference|amd-dependency|amd-module)(\s+(path|types|no-default-lib|name)\s*=\s*({{quotedStrings}}))+\s*/>\s*$)
2345
+ begin : ^(///)\s*(?=<(reference|amd-dependency|amd-module)(\s+(path|types|no-default-lib|lib| name)\s*=\s*({{quotedStrings}}))+\s*/>\s*$)
2346
2346
beginCaptures :
2347
2347
' 1 ' : { name: punctuation.definition.comment.ts }
2348
2348
end : (?=^)
@@ -2357,7 +2357,7 @@ repository:
2357
2357
' 0 ' : { name: punctuation.definition.tag.directive.ts }
2358
2358
patterns :
2359
2359
- name : entity.other.attribute-name.directive.ts
2360
- match : ' path|types|no-default-lib|name'
2360
+ match : ' path|types|no-default-lib|lib| name'
2361
2361
- name : keyword.operator.assignment.ts
2362
2362
match : ' ='
2363
2363
- include : ' #string'
Original file line number Diff line number Diff line change 6841
6841
<key >name </key >
6842
6842
<string >comment.line.triple-slash.directive.ts </string >
6843
6843
<key >begin </key >
6844
- <string >^(///)\s*(?=< (reference|amd-dependency|amd-module)(\s+(path|types|no-default-lib|name)\s*=\s*((\'([^\'\\]|\\\'|\\)*\')|(\"([^\"\\]|\\\"|\\)*\")))+\s*/> \s*$) </string >
6844
+ <string >^(///)\s*(?=< (reference|amd-dependency|amd-module)(\s+(path|types|no-default-lib|lib| name)\s*=\s*((\'([^\'\\]|\\\'|\\)*\')|(\"([^\"\\]|\\\"|\\)*\")))+\s*/> \s*$) </string >
6845
6845
<key >beginCaptures </key >
6846
6846
<dict >
6847
6847
<key >1 </key >
6888
6888
<key >name </key >
6889
6889
<string >entity.other.attribute-name.directive.ts </string >
6890
6890
<key >match </key >
6891
- <string >path|types|no-default-lib|name </string >
6891
+ <string >path|types|no-default-lib|lib| name </string >
6892
6892
</dict >
6893
6893
<dict >
6894
6894
<key >name </key >
Original file line number Diff line number Diff line change 6787
6787
<key >name </key >
6788
6788
<string >comment.line.triple-slash.directive.tsx </string >
6789
6789
<key >begin </key >
6790
- <string >^(///)\s*(?=< (reference|amd-dependency|amd-module)(\s+(path|types|no-default-lib|name)\s*=\s*((\'([^\'\\]|\\\'|\\)*\')|(\"([^\"\\]|\\\"|\\)*\")))+\s*/> \s*$) </string >
6790
+ <string >^(///)\s*(?=< (reference|amd-dependency|amd-module)(\s+(path|types|no-default-lib|lib| name)\s*=\s*((\'([^\'\\]|\\\'|\\)*\')|(\"([^\"\\]|\\\"|\\)*\")))+\s*/> \s*$) </string >
6791
6791
<key >beginCaptures </key >
6792
6792
<dict >
6793
6793
<key >1 </key >
6834
6834
<key >name </key >
6835
6835
<string >entity.other.attribute-name.directive.tsx </string >
6836
6836
<key >match </key >
6837
- <string >path|types|no-default-lib|name </string >
6837
+ <string >path|types|no-default-lib|lib| name </string >
6838
6838
</dict >
6839
6839
<dict >
6840
6840
<key >name </key >
You can’t perform that action at this time.
0 commit comments