projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d77eb4
)
Use keyword-face for declaration commands in tree-sitter sh-mode
author
Yuan Fu
<casouri@gmail.com>
Sat, 19 Nov 2022 09:33:36 +0000
(
01:33
-0800)
committer
Yuan 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 7483b31a3784fcd04cfd743587d5dce81a00d7cd..3b66cdfab478f6f302cc5c20510f5824008f169d 100644
(file)
--- 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