Thanks, appreciate the work! On Wed, Jun 28, 2023, 1:50 PM Eli Zaretskii wrote: > > Date: Wed, 28 Jun 2023 18:45:09 +0000 > > Cc: luangruo@yahoo.com, 64204-done@debbugs.gnu.org, acm@muc.de > > From: Alan Mackenzie > > > > > I do feel it's worth the effort. If we value correct fontification, > > > of course. I don't know what my opinions on this mean for you, but > > > there you have it. I cannot force you make this change, of course, I > > > can only try to convince. > > > > :-) OK, the fontification of identifiers with $ is now working. By > > default they are fontified as normal identifiers (i.e. with > > font-lock-type-face, font-lock-variable-name-face, or > > font-lock-function-name-face), but if the (new) customisable option > > c-warn-ids-with-dollar is set to non-nil, font-lock-warning-face is used > > instead. The above applies only to C, C++, and Objective C Modes, and to > > any derived modes which enable the mechanism. > > Thanks! >