diff options
Diffstat (limited to 'nomsu.4.peg')
| -rw-r--r-- | nomsu.4.peg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.4.peg b/nomsu.4.peg index 873638a..7d57831 100644 --- a/nomsu.4.peg +++ b/nomsu.4.peg @@ -17,7 +17,7 @@ file_chunks (FileChunks) <- ws* unexpected_chunk? top_block (Block) <- - comment? blank_lines? statement (nl_nodent statement)* + (comment nl_nodent)? statement (nl_nodent statement)* empty_block (Block) <- comment? blank_lines? |
