We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c725985 commit a601be0Copy full SHA for a601be0
grammars/typescript.cson
@@ -716,7 +716,7 @@
716
]
717
718
'type':
719
- 'begin': '(?=)'
+ 'begin': '(?=[\\(\\{\\p{L}\\p{Nl}$_])'
720
'end': '(?<!\\*\\/)(?<!\\|)(?<!\\s)(?<!\\.)(?!\\G)(?!\\.)(?!\\s*\\|)'
721
'patterns': [
722
{
@@ -764,7 +764,7 @@
764
765
766
'typeinheritedfrom':
767
768
'end': '(?<!\\*\\/)(?<!\\|)(?<!\\.)(?!\\G)(?!\\.)(?!\\|)'
769
770
0 commit comments