emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/progmodes make-mode.el


From: Daniel Pfeiffer
Subject: [Emacs-commit] emacs/lisp/progmodes make-mode.el
Date: Fri, 13 May 2005 03:51:18 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Daniel Pfeiffer <address@hidden>        05/05/13 07:51:16

Modified files:
        lisp/progmodes : make-mode.el 

Log message:
        (makefile-targets-face, makefile-shell-face, 
makefile-makepp-perl-face): New faces.
        (makefile-dependency-regex): Fix it to not make the colon in $(var:a=b) 
special.
        (makefile-rule-action-regex): New regexp for highlighting embedded 
Shell strings.
        (makefile-macroassign-regex): Handle != for highlighting as embedded 
Shell strings.
        (makefile-var-use-regex): New const.
        (makefile-statements, makefile-automake-statements)
        (makefile-gmake-statements, makefile-makepp-statements)
        (makefile-bsdmake-statements): New consts.
        (makefile-make-font-lock-keywords): New function.
        (makefile-automake-font-lock-keywords)
        (makefile-gmake-font-lock-keywords)
        (makefile-makepp-font-lock-keywords)
        (makefile-bsdmake-font-lock-keywords): New consts.
        (makefile-mode-map): Add switchers between the various submodes.
        (makefile-mode): Document the availability of the variants.
        (makefile-automake-mode, makefile-gmake-mode)
        (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/make-mode.el.diff?tr1=1.89&tr2=1.90&r1=text&r2=text





reply via email to

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