Родитель
cd202a57fd
Коммит
5955a5aed3
|
@ -1959,7 +1959,7 @@ repository:
|
|||
begin: \((\?:)?
|
||||
beginCaptures:
|
||||
'0': {name: punctuation.definition.group.regexp}
|
||||
'1': {name: punctuation.definition.group.capture.regexp}
|
||||
'1': {name: punctuation.definition.group.no-capture.regexp}
|
||||
end: \)
|
||||
endCaptures:
|
||||
'0': {name: punctuation.definition.group.regexp}
|
||||
|
|
|
@ -5522,7 +5522,7 @@
|
|||
<key>1</key>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>punctuation.definition.group.capture.regexp</string>
|
||||
<string>punctuation.definition.group.no-capture.regexp</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>end</key>
|
||||
|
|
|
@ -5468,7 +5468,7 @@
|
|||
<key>1</key>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>punctuation.definition.group.capture.regexp</string>
|
||||
<string>punctuation.definition.group.no-capture.regexp</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>end</key>
|
||||
|
|
|
@ -24,7 +24,7 @@ Grammar: TypeScript.tmLanguage
|
|||
^
|
||||
source.ts meta.var.expr.ts string.regexp.ts meta.group.regexp punctuation.definition.group.regexp
|
||||
^^
|
||||
source.ts meta.var.expr.ts string.regexp.ts meta.group.regexp punctuation.definition.group.regexp punctuation.definition.group.capture.regexp
|
||||
source.ts meta.var.expr.ts string.regexp.ts meta.group.regexp punctuation.definition.group.regexp punctuation.definition.group.no-capture.regexp
|
||||
^
|
||||
source.ts meta.var.expr.ts string.regexp.ts meta.group.regexp meta.group.regexp punctuation.definition.group.regexp
|
||||
^
|
||||
|
|
Загрузка…
Ссылка в новой задаче