|
From: Moritz B. <bar...@gm...> - 2005-06-03 13:22:20
|
Hi, I have a small issue with joe's perl syntax highlighting. I think it may be a problem with the handling of the character 'q' or the string "$q". If I use something like: my $q; everything after the 'q' is cyan. Same for my $q = new CGI; or even with my $qr = new CGI; but not my $qa = new CGI; . It must be these lines in the syntax file: "m" match "qr" match "qq" match "qx" match "qw" match "q" match Any chance for an easy fix? Thanks, Moritz |