Reduce RegEx token type to 3
This commit is contained in:
Родитель
eca1524b4d
Коммит
8346160b33
|
@ -60,7 +60,7 @@ export const enum StandardTokenType {
|
|||
Other = 0,
|
||||
Comment = 1,
|
||||
String = 2,
|
||||
RegEx = 4
|
||||
RegEx = 3
|
||||
}
|
||||
|
||||
export interface IGrammarConfiguration {
|
||||
|
|
Загрузка…
Ссылка в новой задаче