aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 3810444d65b..bb007e1950f 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -699,7 +699,7 @@ This adds rules for comments and assignments."
699 (mapconcat 'identity (sh-feature sh-builtins) "\\|") 699 (mapconcat 'identity (sh-feature sh-builtins) "\\|")
700 "\\)\\>") 700 "\\)\\>")
701 (2 font-lock-keyword-face nil t) 701 (2 font-lock-keyword-face nil t)
702 (6 font-lock-function-name-face)) 702 (6 font-lock-builtin-face))
703 ,@(sh-feature sh-font-lock-keywords-2))) 703 ,@(sh-feature sh-font-lock-keywords-2)))
704 (,(concat keywords "\\)\\>") 704 (,(concat keywords "\\)\\>")
705 2 font-lock-keyword-face) 705 2 font-lock-keyword-face)