[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
From: |
Daniel Pfeiffer |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el |
Date: |
Thu, 05 May 2005 15:03:32 -0400 |
Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.149
emacs/lisp/progmodes/sh-script.el:1.150
*** emacs/lisp/progmodes/sh-script.el:1.149 Wed Apr 13 18:49:57 2005
--- emacs/lisp/progmodes/sh-script.el Thu May 5 19:03:32 2005
***************
*** 827,833 ****
;; Function names.
("^\\(\\sw+\\)[ \t]*(" 1 font-lock-function-name-face)
("\\<\\(function\\)\\>[ \t]*\\(\\sw+\\)?"
! (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t)))
;; The next entry is only used for defining the others
(shell sh-append executable-font-lock-keywords
--- 827,835 ----
;; Function names.
("^\\(\\sw+\\)[ \t]*(" 1 font-lock-function-name-face)
("\\<\\(function\\)\\>[ \t]*\\(\\sw+\\)?"
! (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t))
! ("\\(?:^\\s *\\|[[();&|]\\s *\\|\\(?:\\s
+-[ao]\\|if\\|else\\|then\\|while\\|do\\)\\s +\\)\\(!\\)"
! 1 font-lock-negation-char-face))
;; The next entry is only used for defining the others
(shell sh-append executable-font-lock-keywords
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el,
Daniel Pfeiffer <=
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Richard M . Stallman, 2005/05/10
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Dan Nicolaescu, 2005/05/11
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Richard M . Stallman, 2005/05/14
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Richard M . Stallman, 2005/05/14
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Stefan Monnier, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Lute Kamstra, 2005/05/26