summaryrefslogtreecommitdiff
path: root/spec/parser.ebnf
diff options
context:
space:
mode:
Diffstat (limited to 'spec/parser.ebnf')
-rw-r--r--spec/parser.ebnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/parser.ebnf b/spec/parser.ebnf
index 9e02fba..44b1967 100644
--- a/spec/parser.ebnf
+++ b/spec/parser.ebnf
@@ -12,7 +12,7 @@ comment : ';' ( skip_unit | skip_line ) ;
skip_unit : '~' unit ;
-skip_line : ( ~LF )* LF? ;
+skip_line : ( ~10 )* 10? ;
one_datum : ( bare_str | clad_datum ) ;