The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DB::Color::Highlight - Provides highlighting for DB::Color

VERSION

Version 0.10

SYNOPSIS

 use DB::Color::Highlight;
 my $highlighter = DB::Color::Highlight::highlighter();
 my $highlighted = $highlighter->highlightText($code);

INTERNAL USE ONLY

Don't touch this. It's subject to change at any time.

EXPORT

Nothing.

SUBROUTINES

highlighter

Returns a Syntax::Highlight::Engine::Kate::Perl object.