bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

font lock error for Perl


From: Super-User
Subject: font lock error for Perl
Date: Fri, 18 Oct 2002 10:59:45 +0200 (MEST)

In GNU Emacs 21.2.1 (sparc-sun-solaris2.8, X toolkit)
 of 2002-10-08 on mailserver

Put the following line in test.pm:

  $content_type =~ /\bboundary\s*=\s*["']?(.*?)["']?(?:;|$)/i;

And all the text after the first double quote will be green until the
end of the file.  You can work around it by using the following
variation instead:

  $content_type =~ /\bboundary\s*=\s*["']?(.*?)['"]?(?:;|$)/i;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]