perl5.syn coloring doesn't work

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
jmcrowther
Posts: 1
Joined: Wed Sep 03, 2003 7:16 pm

perl5.syn coloring doesn't work

Post by jmcrowther »

Problems with perl5.syn coloring text properly with TextPad 4.7.1

Examples:

Code: Select all

$cmd =~ s/'/'"'"'/g;
Here the quotes and double quotes are confusing the colorizer to think they are comments, but they are really just characters inside a regex.

Code: Select all

my ($build) = @_;
Here the "$b" is colored as a system variable (royal blue) and the "uild" remains black.

The older perlN.sync files work better, so I'm abandoning perl5.syn :(
Post Reply