mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
#7115: [xml] does not work with characters other than the Latin
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
</dict>
|
||||
</dict>
|
||||
<key>match</key>
|
||||
<string> (?:([-_\w0-9]+)((:)))?([a-zA-Z-]+)</string>
|
||||
<string> (?:([-_a-zA-Z\p{L}0-9]+)((:)))?([a-zA-Z\p{L}-]+)</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>include</key>
|
||||
|
||||
Reference in New Issue
Block a user