mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Support token dollar in variable name
This fixes mods like trapshooting not working because of a '$' in a variable name
This commit is contained in:
parent
4e3ec52673
commit
4249cacf2f
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ static bool UseField( void )
|
|||
string ([^\\\"\r\n]|\\.)*
|
||||
identifier [^\{\}\(\)\[\]\r\n\,:; \t]
|
||||
alphanum [a-zA-Z0-9_]+
|
||||
varname [a-zA-Z0-9_\"]+
|
||||
varname [a-zA-Z0-9_\"\$]+
|
||||
|
||||
%%
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue