I think, that solution for this problem will be respecting backslashes (\", \')
not only in strings ("\"", '\''), but in whole code. Then perl coders would
write:

$smth =~ /\#\"foo\"/; # regex checking
instead of:
$smth =~ /#"foo"/; # regex checking

and highlighting will not break (regex will works too).

This could be an option for syntax settings ("backslashes works in whole
file").

*sorry for my english ;-)*

Best regards, Kacper Kwapisz.

-- 
<http://forum.pspad.com/read.php?4,30849,42308>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem