yeah, but cperl tries to have a different syntax table inside of strings, where
$ is not a backslash character.
if you're feeling clever, perhaps you could fix font lock so it can allow for a
different syntax table in strings?
Hrvoje Niksic wrote:
Ben Wing <ben(a)666.com> writes:
> if a string ends with $, you are in deep trouble with font-lock.
This is because cperl mode defines $ to be an "escape" character, just
like backslash.
It actually has to do that, so that stuff like
$[ = 10;
or
$' = whatever;
work out right. Perl is truly convoluted.
--
ben
I'm sometimes slow in getting around to reading my mail, so if you
want to reach me faster, call 520-661-6661.
See
http://www.666.com/ben/chronic-pain/ for the hell I've been
through.