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 @@ -1959,7 +1959,7 @@ repository:
1959
1959
begin : \((\?:)?
1960
1960
beginCaptures :
1961
1961
' 0 ' : {name: punctuation.definition.group.regexp}
1962
- ' 1 ' : {name: punctuation.definition.group.capture.regexp}
1962
+ ' 1 ' : {name: punctuation.definition.group.no- capture.regexp}
1963
1963
end : \)
1964
1964
endCaptures :
1965
1965
' 0 ' : {name: punctuation.definition.group.regexp}
Original file line number Diff line number Diff line change 5522
5522
<key >1 </key >
5523
5523
<dict >
5524
5524
<key >name </key >
5525
- <string >punctuation.definition.group.capture.regexp </string >
5525
+ <string >punctuation.definition.group.no- capture.regexp </string >
5526
5526
</dict >
5527
5527
</dict >
5528
5528
<key >end </key >
Original file line number Diff line number Diff line change 5468
5468
<key >1 </key >
5469
5469
<dict >
5470
5470
<key >name </key >
5471
- <string >punctuation.definition.group.capture.regexp </string >
5471
+ <string >punctuation.definition.group.no- capture.regexp </string >
5472
5472
</dict >
5473
5473
</dict >
5474
5474
<key >end </key >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Grammar: TypeScript.tmLanguage
24
24
^
25
25
source.ts meta.var.expr.ts string.regexp.ts meta.group.regexp punctuation.definition.group.regexp
26
26
^^
27
- source.ts meta.var.expr.ts string.regexp.ts meta.group.regexp punctuation.definition.group.regexp punctuation.definition.group.capture.regexp
27
+ source.ts meta.var.expr.ts string.regexp.ts meta.group.regexp punctuation.definition.group.regexp punctuation.definition.group.no- capture.regexp
28
28
^
29
29
source.ts meta.var.expr.ts string.regexp.ts meta.group.regexp meta.group.regexp punctuation.definition.group.regexp
30
30
^
You can’t perform that action at this time.
0 commit comments