@@ -140,7 +140,7 @@ variables:
140
140
{{functionLikeType}} |
141
141
(:\s*(=>|{{matchingParenthesis}}|(<[^<>]*>)|[^<>(),=])+={{functionOrArrowLookup}})
142
142
arrowFunctionEnd : (?==>|\{|(^\s*(export|function|class|interface|let|var|{{usingKeyword}}|{{awaitUsingKeyword}}|const|import|enum|namespace|module|type|abstract|declare)\s+))
143
- regexpTail : ([dgimsuy ]+|(?![\/\*])|(?=\/\*))(?!\s*[a-zA-Z0-9_$])
143
+ regexpTail : ([dgimsuvy ]+|(?![\/\*])|(?=\/\*))(?!\s*[a-zA-Z0-9_$])
144
144
completeRegexp : \/(?![\/*])(?=(?:[^\/\\\[]|\\.|\[([^\]\\]|\\.)*\])+\/{{regexpTail}})
145
145
146
146
patterns :
@@ -1365,7 +1365,7 @@ repository:
1365
1365
begin : (?<=\))\s*{{completeRegexp}}
1366
1366
beginCaptures :
1367
1367
' 0 ' : { name: punctuation.definition.string.begin.ts }
1368
- end : (/)([dgimsuy ]*)
1368
+ end : (/)([dgimsuvy ]*)
1369
1369
endCaptures :
1370
1370
' 1 ' : { name: punctuation.definition.string.end.ts }
1371
1371
' 2 ' : { name: keyword.other.ts }
@@ -2793,7 +2793,7 @@ repository:
2793
2793
begin : (?<!\+\+|--|})(?<=[=(:,\[?+!]|{{lookBehindReturn}}|{{lookBehindCase}}|=>|&&|\|\||\*\/)\s*(\/)(?![\/*])(?=(?:[^\/\\\[\()]|\\.|\[([^\]\\]|\\.)+\]|\(([^\)\\]|\\.)+\))+\/{{regexpTail}})
2794
2794
beginCaptures :
2795
2795
' 1 ' : { name: punctuation.definition.string.begin.ts }
2796
- end : (/)([dgimsuy ]*)
2796
+ end : (/)([dgimsuvy ]*)
2797
2797
endCaptures :
2798
2798
' 1 ' : { name: punctuation.definition.string.end.ts }
2799
2799
' 2 ' : { name: keyword.other.ts}
@@ -2804,7 +2804,7 @@ repository:
2804
2804
begin : ((?<![_$[:alnum:])\]]|\+\+|--|}|\*\/)|((?<={{lookBehindReturn}}|{{lookBehindCase}}))\s*){{completeRegexp}}
2805
2805
beginCaptures :
2806
2806
' 0 ' : { name: punctuation.definition.string.begin.ts }
2807
- end : (/)([dgimsuy ]*)
2807
+ end : (/)([dgimsuvy ]*)
2808
2808
endCaptures :
2809
2809
' 1 ' : { name: punctuation.definition.string.end.ts }
2810
2810
' 2 ' : { name: keyword.other.ts }
0 commit comments