X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fparse.l;h=3762f3359540a994984d8df7e427e59e51a67760;hb=693c88ca35a19b50ee52860800bcb861c035f7da;hp=64896e07249d6806cb7f2d6678a5b3a417991b3e;hpb=5cf61ee02354c1c9f80c11f3796afc4b948055d6;p=chaz%2Fopenbox diff --git a/openbox/parse.l b/openbox/parse.l index 64896e07..3762f335 100644 --- a/openbox/parse.l +++ b/openbox/parse.l @@ -10,7 +10,7 @@ extern int lineno; 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]) %%