/[emacs]/emacs/lisp/progmodes/sh-script.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/sh-script.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.149 by gm, Wed Apr 13 18:49:57 2005 UTC revision 1.150 by pfeiffer, Thu May 5 19:03:32 2005 UTC
# Line 827  See `sh-feature'.") Line 827  See `sh-feature'.")
827          ;; Function names.          ;; Function names.
828          ("^\\(\\sw+\\)[ \t]*(" 1 font-lock-function-name-face)          ("^\\(\\sw+\\)[ \t]*(" 1 font-lock-function-name-face)
829          ("\\<\\(function\\)\\>[ \t]*\\(\\sw+\\)?"          ("\\<\\(function\\)\\>[ \t]*\\(\\sw+\\)?"
830            (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t)))            (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t))
831            ("\\(?:^\\s *\\|[[();&|]\\s *\\|\\(?:\\s +-[ao]\\|if\\|else\\|then\\|while\\|do\\)\\s +\\)\\(!\\)"
832             1 font-lock-negation-char-face))
833    
834      ;; The next entry is only used for defining the others      ;; The next entry is only used for defining the others
835      (shell sh-append executable-font-lock-keywords      (shell sh-append executable-font-lock-keywords

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26