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

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

bug#25098: perl-mode =>q vs. => q colors


From: 積丹尼 Dan Jacobson
Subject: bug#25098: perl-mode =>q vs. => q colors
Date: Sat, 03 Dec 2016 06:10:00 +0800

Perl mode gets the colors bad in the latter:
my $good = XML::LibXML->load_xml( string => q{<div class="clearfix">});
my $bad  = XML::LibXML->load_xml( string =>q{<div class="clearfix">});
And for multi-line q{}'s, one had better even give a whole newline or two
instead of just a space...
emacs-version "25.1.1"





reply via email to

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