Allow : to be in 'string' values.

This commit is contained in:
William Pitcock 2008-08-17 07:41:52 -05:00
parent 22c3b270ca
commit 3d8f7aa7b4

View file

@ -91,7 +91,7 @@ ws [ \t]*
digit [0-9] digit [0-9]
comment #.* comment #.*
qstring \"[^\"\n]*[\"\n] qstring \"[^\"\n]*[\"\n]
string [a-zA-Z_\~][a-zA-Z0-9_]* string [a-zA-Z_\~\:][a-zA-Z0-9_\:]*
include \.include{ws}(\<.*\>|\".*\") include \.include{ws}(\<.*\>|\".*\")
%% %%