]> Dogcows Code - chaz/openbox/commitdiff
let identifiers have '.' in them
authorDana Jansens <danakj@orodu.net>
Sat, 22 Mar 2003 22:20:24 +0000 (22:20 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 22 Mar 2003 22:20:24 +0000 (22:20 +0000)
openbox/cparse.l

index 3266fe97a102c851e857816d16b04059419a3087..c2bd008ca1b849e758c426905ee73635fd7cce7b 100644 (file)
@@ -16,7 +16,7 @@ static int yywrap();
 
 number [0-9]+
 string \"[^"\n]*\"
-identifier [a-zA-Z][a-zA-Z0-9_]*
+identifier [a-zA-Z][a-zA-Z0-9_.]*
 white [ \t]*
 assign {white}={white}
 
This page took 0.027699 seconds and 4 git commands to generate.