Adopt vscode-textmate@6.0.0

This commit is contained in:
Alex Dima
2021-12-17 10:42:59 +01:00
parent 67591b250b
commit 704ff15396
11 changed files with 51 additions and 74 deletions

View File

@@ -3310,7 +3310,7 @@ export enum StandardTokenType {
Other = 0,
Comment = 1,
String = 2,
RegEx = 4
RegEx = 3
}