remove russians symbols from lexer.l
This commit is contained in:
parent
f9a4c9098a
commit
93f01c6ebd
3 changed files with 1 additions and 2 deletions
|
@ -308,7 +308,6 @@ Lexer.prototype = {
|
|||
|
||||
end = "\x00";
|
||||
L = [A-Za-z_];
|
||||
RL = [\U00000400-\U00000451];
|
||||
|
||||
CR = "\r";
|
||||
LF = "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue