X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fparse.l;h=427a55cdf2b8799e0b23edb2c47c9dc41a502d7b;hb=bca8082d6d09a16a116c70001469a576b93157ce;hp=bab976c4129c1c8457353adf82281e72169a4edd;hpb=87fbee961fcf302ed92cbc2681375a3bea9ce713;p=chaz%2Fopenbox diff --git a/openbox/parse.l b/openbox/parse.l index bab976c4..427a55cd 100644 --- a/openbox/parse.l +++ b/openbox/parse.l @@ -10,7 +10,7 @@ int yylineno = 1; real [-0-9][0-9]*\.[0-9]+ integer [-0-9][0-9]* string \"[^"\n]*\" -identifier [a-zA-Z][.a-zA-Z0-9]* +identifier [a-zA-Z][-.a-zA-Z0-9]* bool ([tT][rR][uU][eE]|[fF][aA][lL][sS][eE]|[yY][eE][sS]|[nN][oO]|[oO][nN]|[oO][fF][fF]) %%