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

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

bug#23266: 25.0.92; GNUmakefile mode incorrect syntax highlighting


From: Lars Ingebrigtsen
Subject: bug#23266: 25.0.92; GNUmakefile mode incorrect syntax highlighting
Date: Thu, 08 Jul 2021 02:58:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Anders Lindgren <andlind@gmail.com> writes:

> This can be fixed in a number of ways:
>
>  * Replace "[^$]" with "\\(^\\|[^$]\\)", which mean to match the beginning of 
> a
> line or any non-$ character.

Thanks; I did this in Emacs 28, and it seems to fix the issue.

-- 
(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]