Hans Jeuken > Tk-CodeText-0.3.4 > Tk::CodeText::Bash

Download:
Tk-CodeText-0.3.4.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.1   Source  

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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

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

AUTHOR ^

Hans Jeuken (haje@toneel.demon.nl)

BUGS ^

Unknown