automatic variable references enclosed in parens and optionally
suffixed by F or D.
+2002-12-28 Andreas Schwab <schwab@suse.de>
+
+ * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
+ automatic variable references enclosed in parens and optionally
+ suffixed by F or D.
+
2002-12-27 Miles Bader <miles@gnu.org>
* info.el (Info-complete-menu-item): Make `Info-complete-cache' a
;; Automatic variable references.
'("\\$\\([@%<?^+*]\\)" 1 font-lock-reference-face prepend)
+ '("\\$[({]\\([@%<?^+*][FD]?\\)[}):]" 1 font-lock-reference-face prepend)
;; Fontify conditionals and includes.
;; Note that plain `if' is an automake conditional, and not a bug.