From: William Pitcock Date: Sun, 17 Aug 2008 12:41:52 +0000 (-0500) Subject: Allow : to be in 'string' values. X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/3d8f7aa7b469592ec132bb50e13403817c7d735d Allow : to be in 'string' values. --- diff --git a/src/ircd_lexer.l b/src/ircd_lexer.l index 4770c3e7..e7df1da9 100644 --- a/src/ircd_lexer.l +++ b/src/ircd_lexer.l @@ -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}(\<.*\>|\".*\") %%