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

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

bug#22355: perl mode qq{} not colored correctly if not on same line


From: 積丹尼 Dan Jacobson
Subject: bug#22355: perl mode qq{} not colored correctly if not on same line
Date: Tue, 12 Jan 2016 19:04:21 +0800

The former is not color coded the same as the latter. Bad!

printf qq
{<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2";>
 <Document>
  <Folder><name>台灣 %s 廣播電台</name>
  <description><![CDATA[http://radioscanningtw.wikia.com/wiki/台描:地圖 
%d-%02d-%02d]]></description>
}, uc( substr( $ARGV[0], 0, 2 ) ), $year + 1900, $mon + 1, $mday;


printf qq{<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2";>
 <Document>
  <Folder><name>台灣 %s 廣播電台</name>
  <description><![CDATA[http://radioscanningtw.wikia.com/wiki/台描:地圖 
%d-%02d-%02d]]></description>
}, uc( substr( $ARGV[0], 0, 2 ) ), $year + 1900, $mon + 1, $mday;

emacs-version "24.5.1"





reply via email to

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