summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/sh-script.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index ce1e53b2fb4..a010f293459 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -287,9 +287,10 @@ Variables only understood by some shells are associated to a list of those.")
-(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,