Search found 1 match
- Wed Sep 03, 2003 7:25 pm
- Forum: Enhancement Suggestions
- Topic: perl5.syn coloring doesn't work
- Replies: 0
- Views: 336
perl5.syn coloring doesn't work
Problems with perl5.syn coloring text properly with TextPad 4.7.1 Examples: $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. my ($build) = @_; Here the "$b" is colored as a system ...