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

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

bug#42417: Shell-script mode $() vs `` innards colors


From: Lars Ingebrigtsen
Subject: bug#42417: Shell-script mode $() vs `` innards colors
Date: Wed, 05 Aug 2020 11:36:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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

> $ cat e.sh
> x=`date +%Y`
> x=$(date +%Y)
> Shouldn't their colors look the same?

They should, and I've fixed it so your test case works better in Emacs
28.  However, this is done with regexps, so it's impossible to get it to
work completely correctly in the presence of nested expressions.

But it's better than before, at least, so I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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