diff --git a/gash/grammar.scm b/gash/grammar.scm index 2420ac6..3a78c14 100644 --- a/gash/grammar.scm +++ b/gash/grammar.scm @@ -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]