emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el
Date: Wed, 12 Feb 2003 10:49:41 -0500

Index: emacs/lisp/progmodes/make-mode.el
diff -c emacs/lisp/progmodes/make-mode.el:1.80 
emacs/lisp/progmodes/make-mode.el:1.81
*** emacs/lisp/progmodes/make-mode.el:1.80      Tue Feb 11 18:45:21 2003
--- emacs/lisp/progmodes/make-mode.el   Wed Feb 12 10:49:41 2003
***************
*** 269,279 ****
     (list makefile-dependency-regex 1 'font-lock-function-name-face)
  
     ;; Variable references even in targets/strings/comments.
!    '("\\$[({]\\([-a-zA-Z0-9_.]+\\)[}):]" 1 font-lock-constant-face prepend)
  
     ;; Automatic variable references and single character variable 
references...
!    '("\\$\\(address@hidden<?^+*_]\\|[a-zA-Z0-9]\\>\\)" 1 
font-lock-reference-face prepend)
!    '("\\$[({]\\(address@hidden<?^+*][FD]?\\)[}):]" 1 font-lock-reference-face 
prepend)
  
     ;; ...but not shell variables references.
     '("\\$\\$\\(\\sw+\\)" 1 'default t)
--- 269,279 ----
     (list makefile-dependency-regex 1 'font-lock-function-name-face)
  
     ;; Variable references even in targets/strings/comments.
!    '("\\$[({]\\([-a-zA-Z0-9_.]+\\|address@hidden<?^+*][FD]?\\)[}):]"
!      1 font-lock-constant-face prepend)
  
     ;; Automatic variable references and single character variable 
references...
!    '("\\$\\(address@hidden<?^+*_]\\|[a-zA-Z0-9]\\>\\)" 1 
font-lock-constant-face prepend)
  
     ;; ...but not shell variables references.
     '("\\$\\$\\(\\sw+\\)" 1 'default t)




reply via email to

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