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

NAME

Tk::TextHighlight::Bash - a Plugin for HTML syntax highlighting

SYNOPSIS

 require Tk::TextHighlight::Bash;
 my $sh = new Tk::TextHighlight::Bash( [
        ['Text'],
   ['Tag', -foreground => 'brown'],
   ['Attr', -foreground => 'darkblue'],
   ['Comment', -foreground => 'lightblue'],
   ['Value', -foreground => 'orange'],
   ['String', -foreground => 'red'],
   ['SpChar', -foreground => 'magenta'],
 ]);

DESCRIPTION

Tk::TextHighlight::Bash is a plugin module that provides syntax highlighting for Bash to a Tk::TextHighlight text widget.

It inherits Tk::TextHighlight::Template. See also there.

AUTHOR

Hans Jeuken (haje@toneel.demon.nl)

BUGS

Unknown

1 POD Error

The following errors were encountered while parsing the POD:

Around line 224:

Non-ASCII character seen before =encoding in 'Tk::TextHighlight::Bash( ['. Assuming CP1252