emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/tree-sitter 59eaa30b07: Use keyword-face for declaration command


From: Yuan Fu
Subject: feature/tree-sitter 59eaa30b07: Use keyword-face for declaration commands in tree-sitter sh-mode
Date: Sat, 19 Nov 2022 04:34:32 -0500 (EST)

branch: feature/tree-sitter
commit 59eaa30b07e9a79a9b2bb6ade0be9aac846384e2
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    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 7483b31a37..3b66cdfab4 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]