in reply to Re: perlcode to html with syntax highlighting
in thread perlcode to html with syntax highlighting

I was aware of PPI::Html. As said the script is little more than a finger exercise. What I like about this solution is that you can tweak each and everything. You want double quoted strings that say foo in pink? Just say
[Token::Quote::Double] *default = color:blue; "foo" = color:pink;


holli, /regexed monk/