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

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

bug#29775: 26.0.90; Incorrect fontification within double-quoted parts i


From: Kaushal Modi
Subject: bug#29775: 26.0.90; Incorrect fontification within double-quoted parts in a TOML multi-line string
Date: Tue, 23 Jan 2018 22:07:57 +0000

Hello,

Today, I noticed another, but related, fontification issue with triple-quoted strings in TOML. Strings starting with # is interpreted as comment inside the triple-quoted strings too.

Here's an example:

favicon_code = """
<link rel="apple-touch-icon" sizes="180x180" href=""><link rel="icon" type="image/png" sizes="32x32" href=""><link rel="icon" type="image/png" sizes="16x16" href=""><link rel="manifest" href=""><link rel="mask-icon" href="" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
"""
It looks like this:

image.png


--

Kaushal Modi


reply via email to

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