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