mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
oops
This commit is contained in:
parent
72b93d0062
commit
2c26de2c2b
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ ID [a-zA-Z_][a-zA-Z_0-9]*
|
|||
|
||||
%%
|
||||
|
||||
{DIGIT}+"."{DIGIT}* return VALUE;
|
||||
{DIGIT}+"."{DIGIT}* return IMMEDIATE;
|
||||
|
||||
{ID} return NAME
|
||||
{ID} return NAME;
|
||||
|
||||
\"(\.|[^"])*\"
|
||||
|
||||
|
|
Loading…
Reference in a new issue