small fix, large gain (in size)
This commit is contained in:
parent
94606d3845
commit
4c4a352a98
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ NAME [[:alpha:]_][[:alnum:][:digit:]_]*
|
|||
|
||||
ESC \\.
|
||||
SQCHR [^\']
|
||||
DQCHR {ESC}|[^\"]
|
||||
DQCHR {ESC}|[^\\\"]
|
||||
DQSTR \"{DQCHR}*\"
|
||||
SQSTR \'{SQCHR}*\'
|
||||
VARIABLE ${NAME}|$\{{NAME}\}|${DIGITS}|$\{{DIGITS}\}|$\?|$\{\?\}
|
||||
|
|
Loading…
Reference in a new issue