diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-29 15:02:36 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-29 15:03:03 -0700 |
| commit | 23b52bc22d9ec24702c1bed0f8ce90271eec6460 (patch) | |
| tree | ad30c4d7da4fe2f0cb328ea5c0da883ec91ac641 /nomsu.3.peg | |
| parent | e64632be1aa938c865d06acfcf6641b75ecb42ac (diff) | |
Intermediate step in upgrading to 3.6. Fixed a bug with upgrading
methods.
Diffstat (limited to 'nomsu.3.peg')
| -rw-r--r-- | nomsu.3.peg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.3.peg b/nomsu.3.peg index 225ccac..244a621 100644 --- a/nomsu.3.peg +++ b/nomsu.3.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: ' '* :} |
