]> Dogcows Code - chaz/openbox/blobdiff - plugins/mouse/mouserc_parse.l
better comment parsing
[chaz/openbox] / plugins / mouse / mouserc_parse.l
index a653c3af1698777108c9c15f2d1772da8c50fb5b..a72a9d2094768087efaf3c5f199b92c99d8383e5 100644 (file)
@@ -25,7 +25,7 @@ white [ \t]*
 
 %%
 
-^{white}\#.+\n lineno++;
+^{white}\#.*\n lineno++;
 {field} gotfield();
 \n endofline();
 [ \t]
This page took 0.024513 seconds and 4 git commands to generate.