On Fri, 21 Nov 2003 05:05:45 -0500
"Andrew C. Flerchinger" <[EMAIL PROTECTED]> wrote:
> I somehow missed it in the last dozen times I've searched for a similar
> module, but it looks like Sherzod Ruzmetov's Parse::Syntax is designed to
> do just what I've done. Luckily, it's listed as umimplemented, so my
> efforts aren't as wasted as they could have been. I've been calling mine
> Syntax::Highlight locally, in the spirit of Syntax::Highlight::Perl (which
> is the only module in the Syntax:: namespace). HTML::SyntaxHighlighter also
> exists (which is a horrible name), and I saw Log::Colorize discussed here
> this past June, but those were the only ones.
Hi Andrew,
Some months ago, I've made and proposed a simple module to highligth log files
called Log::Colorize. However, after the discussion on this list, I've chosen to
name it Log::Highlight (I will put it also on CPAN asap :-) )
Even if Log::Highlight can be extended by adding a specific log parser plugin in
order to 'colorize' the major known log formats (like Log::Colorize::Apache, and
so on), remember that isn't a general purpose syntax highlighter and I had never
plan to do this.
How about Text::Highlight::* for your module?
by
- Enrico