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


Tk-CodeText documentation  | view source Contained in the Tk-CodeText distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 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

Top

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

Top

Hans Jeuken (haje@toneel.demon.nl)

BUGS

Top

Unknown


Tk-CodeText documentation  | view source Contained in the Tk-CodeText distribution.