aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--properties.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/properties.l b/properties.l
index 4103d16..7728a91 100644
--- a/properties.l
+++ b/properties.l
@@ -8,5 +8,6 @@
^[ \t]*[a-zA-Z0-9\.]* yylval.value = strdup(yytext); return KEY;
. yylval.value = strdup(yytext); return VALUE;
\n* ;
+^[ \t]*/\r?\n ;
%%