Mercurial > emacs
changeset 9375:2cccfdee4f95
(sh-font-lock-keywords): Default to nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 07 Oct 1994 09:49:47 +0000 |
parents | 347f919eea4a |
children | f0ac347309e2 |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Fri Oct 07 08:42:25 1994 +0000 +++ b/lisp/progmodes/sh-script.el Fri Oct 07 09:49:47 1994 +0000 @@ -287,9 +287,10 @@ -(defvar sh-font-lock-keywords - '(("[ \t]\\(#.*\\)" 1 font-lock-comment-face) - ("\"[^`]*\"\\|'.*'\\|\\\\[^\nntc]" . font-lock-string-face)) +(defvar sh-font-lock-keywords nil + ;; This is done syntactically: + ;'(("[ \t]\\(#.*\\)" 1 font-lock-comment-face) + ; ("\"[^`]*\"\\|'.*'\\|\\\\[^\nntc]" . font-lock-string-face)) "*Rules for highlighting shell scripts. This variable is included into the various variables `sh-SHELL-font-lock-keywords'. If no such variable exists for some shell,