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/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




reply via email to

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