in reply to Re^2: Syntax highlighting for CPAN
in thread Syntax highlighting for CPAN
As for reasons why to use yet another parser, it might have something to do with wanting to parse code snippets, which may not even be complete valid Perl, and which are embedded in other text.
Most of the parsers I know tend to assume what you feed to them is supposed to be valid code, and is all supposed to be code.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Syntax highlighting for CPAN
by LanX (Saint) on Mar 24, 2011 at 15:42 UTC |