From 59eaa30b07e9a79a9b2bb6ade0be9aac846384e2 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Sat, 19 Nov 2022 01:33:36 -0800 Subject: [PATCH] Use keyword-face for declaration commands in tree-sitter sh-mode * lisp/progmodes/sh-script.el: Change builtin to keyword. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5