grammar: space: allow newline twice.

This commit is contained in:
Jan Nieuwenhuizen 2018-11-12 07:23:07 +01:00
parent b9b6da52b6
commit b28798b034
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
(define-peg-string-patterns
"script <-- ws* compound
ws < sp / eol
sp < '\\\n'? (comment / [ \t\v])
sp < '\\\n'* (comment / [ \t\v])
comment < [#] (!eol .)*
eol < [\n\r\f]