aboutsummaryrefslogtreecommitdiff
path: root/nomsu.2.peg
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu.2.peg')
-rw-r--r--nomsu.2.peg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.2.peg b/nomsu.2.peg
index 4f9c4c4..ce4d2d7 100644
--- a/nomsu.2.peg
+++ b/nomsu.2.peg
@@ -5,7 +5,7 @@ file:
/ file_chunks / empty_block)
%ws* (!! .+ -> "Parse error" !!)?
-shebang: "#!" (!"nomsu" [^%nl])* "nomsu" %ws+ "-V" %ws* {:version: [0-9.]+ :} [^%nl]*
+shebang: {:shebang: "#!" (!"nomsu" [^%nl])* "nomsu" %ws+ "-V" %ws* {:version: [0-9.]+ :} [^%nl]* :}
file_chunks (FileChunks):
{:curr_indent: ' '* :}