]> git.eshelyaron.com Git - emacs.git/commitdiff
Use keyword-face for declaration commands in tree-sitter sh-mode
authorYuan Fu <casouri@gmail.com>
Sat, 19 Nov 2022 09:33:36 +0000 (01:33 -0800)
committerYuan Fu <casouri@gmail.com>
Sat, 19 Nov 2022 09:33:36 +0000 (01:33 -0800)
* lisp/progmodes/sh-script.el: Change builtin to keyword.

lisp/progmodes/sh-script.el

index 7483b31a3784fcd04cfd743587d5dce81a00d7cd..3b66cdfab478f6f302cc5c20510f5824008f169d 100644 (file)
@@ -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