| CodeText::Perl(3pm) | User Contributed Perl Documentation | CodeText::Perl(3pm) |
Tk::CodeText::Perl - a Plugin for Perl syntax highlighting
Tk::CodeText::Perl inherits Syntax::Highlight::Perl;
For its limitations see also there. This module provides extra methods to provide syntax highlighting for the Perl programming language.
[
['Comment_Normal', -foreground => 'lightblue'],
['Comment_Pod', -foreground => 'lightblue'],
['Directive', -foreground => 'black'],
['Label', -foreground => 'black'],
['Quote', -foreground => 'red'],
['String', -foreground => 'red'],
['Variable_Scalar', -foreground => 'blue'],
['Variable_Array', -foreground => 'blue'],
['Variable_Hash', -foreground => 'blue'],
['Subroutine', -foreground => 'orange'],
['Character', -foreground => 'magenta'],
['Keyword', -foreground => 'darkgreen'],
['Builtin_Operator', -foreground => 'darkgreen'],
['Operator', -foreground => 'brown'],
['Number', -foreground => 'darkblue'],
]
Hans Jeuken (haje@toneel.demon.nl)
Propably plenty
| 2023-01-03 | perl v5.36.0 |