- Timestamp:
- 11/03/08 22:50:48 (2 months ago)
- Files:
-
- 1 modified
-
src/perl6/STD_syntax_highlight (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/STD_syntax_highlight
r22862 r22863 112 112 } 113 113 114 =item write_ html_file114 =item write_output 115 115 116 116 Writes the output to a file or STDOUT … … 131 131 132 132 Returns the generated Perl6 highlighted HTML from C<highlight_perl6_*> 133 subroutine after traversing the STD parse tree using 134 DumpMatch.pm C<traverse_match>. 133 subroutine using redspans. 135 134 =cut 136 135 sub highlight_match {
