Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
#!/usr/bin/perl -w
use locale;
#use encoding 'latin1';
my $vernr = "0.9.1";
my $monthshort = "Jan";
# taken from nedit
# modified by PP
{
'name' => 'Identifiers',
'regex' => '\\b[a-zA-Z][a-zA-Z0-9_]*\\b',
'regex' => '\\b[[:alpha:]](?:_?[^\W_])*\\b',
'style' => 'identifier',
'childregex' => []