aboutsummaryrefslogtreecommitdiff
path: root/nomsu.peg
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu.peg')
-rw-r--r--nomsu.peg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.peg b/nomsu.peg
index bf2c639..e4ca686 100644
--- a/nomsu.peg
+++ b/nomsu.peg
@@ -5,7 +5,7 @@ file (File):
(%nl ignored_line)*
(!. / (("" -> "Parse error") => error)?) |} -> Tuple
-shebang: "#!" [^%nl]* %nl
+shebang: "#!" [^%nl]* (!. / %nl)
statement: action / expression