Skip to content

Commit

Permalink
allow output blocks for preformatted text.
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Jun 26, 2013
1 parent 53c6b7a commit 25b7a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -730,7 +730,9 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
}

token pod_code_parent {
'pod' <!before \w> || 'item' \d* <!before \w>
|| 'pod' <!before \w>
|| 'output' <!before \w>
|| 'item' \d* <!before \w>
# TODO: Also Semantic blocks one day
}

Expand Down

0 comments on commit 25b7a62

Please sign in to comment.