From: Yuan Fu Date: Sat, 19 Nov 2022 09:33:36 +0000 (-0800) Subject: Use keyword-face for declaration commands in tree-sitter sh-mode X-Git-Tag: emacs-29.0.90~1647 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59eaa30b07e9a79a9b2bb6ade0be9aac846384e2;p=emacs.git Use keyword-face for declaration commands in tree-sitter sh-mode * lisp/progmodes/sh-script.el: Change builtin to keyword. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 7483b31a378..3b66cdfab47 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -3297,7 +3297,7 @@ See `sh-mode--treesit-other-keywords' and :feature 'declaration-command :language 'bash - `([,@sh-mode--treesit-declaration-commands] @font-lock-builtin-face) + `([,@sh-mode--treesit-declaration-commands] @font-lock-keyword-face) :feature 'constant :language 'bash