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: Stefan Kangas
Subject: bug#22355: perl mode qq{} not colored correctly if not on same line
Date: Sat, 6 Jul 2019 06:57:25 +0200

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> 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"

I can reproduce this on Emacs 26.2.

Best regards,
Stefan Kangas





reply via email to

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