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