Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created August 31, 2012 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/3556432 to your computer and use it in GitHub Desktop.
Save tadzik/3556432 to your computer and use it in GitHub Desktop.
diff --git a/src/Perl6/Grammar.pm b/src/Perl6/Grammar.pm
index 7b90a6c..ec16881 100644
--- a/src/Perl6/Grammar.pm
+++ b/src/Perl6/Grammar.pm
@@ -380,7 +380,7 @@ grammar Perl6::Grammar is HLL::Grammar {
token pod_block:sym<abbreviated_raw> {
^^
- $<spaces> = [ \h* ]
+ $<spaces> = [ \h* ] {}
'=' $<type>=[ 'code' | 'comment' ]
<pod_configuration($<spaces>)> \s
$<pod_content> = [ \h* <!before '=' \w> \N+ \n ]*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment