Allow : to be in 'string' values.

This commit is contained in:
William Pitcock 2008-08-17 07:41:52 -05:00
parent b8be4a3f4c
commit 7ce46e0447
1 changed files with 1 additions and 1 deletions

View File

@ -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}(\<.*\>|\".*\")
%%