Allow : to be in 'string' values.
This commit is contained in:
parent
22c3b270ca
commit
3d8f7aa7b4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ ws [ \t]*
|
|||
digit [0-9]
|
||||
comment #.*
|
||||
qstring \"[^\"\n]*[\"\n]
|
||||
string [a-zA-Z_\~][a-zA-Z0-9_]*
|
||||
string [a-zA-Z_\~\:][a-zA-Z0-9_\:]*
|
||||
include \.include{ws}(\<.*\>|\".*\")
|
||||
|
||||
%%
|
||||
|
|
Loading…
Reference in a new issue