diff options
Diffstat (limited to 'properties.l')
-rw-r--r-- | properties.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/properties.l b/properties.l index 80240c2..4103d16 100644 --- a/properties.l +++ b/properties.l @@ -7,5 +7,6 @@ =|: return DIV; ^[ \t]*[a-zA-Z0-9\.]* yylval.value = strdup(yytext); return KEY; . yylval.value = strdup(yytext); return VALUE; +\n* ; %% |