projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b3af5
)
; Change font-lock-variable-name-face to font-lock-variable-use-face
author
Yuan Fu
<casouri@gmail.com>
Sun, 5 Mar 2023 22:42:28 +0000
(14:42 -0800)
committer
Yuan Fu
<casouri@gmail.com>
Sun, 5 Mar 2023 22:46:18 +0000
(14:46 -0800)
* lisp/progmodes/sh-script.el:
(sh-mode--treesit-settings): Change font-lock-variable-name-face to
font-lock-variable-use-face.
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 29820049636b3d7e17527e3de00713d02096e1d4..5493e68d5bd0f069a5be84d0c722963d0ab7d5f8 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-3294,7
+3294,7
@@
See `sh-mode--treesit-other-keywords' and
:language 'bash
:override t
'((command_substitution) @sh-quoted-exec
- (string (expansion (variable_name) @font-lock-variable-
nam
e-face)))
+ (string (expansion (variable_name) @font-lock-variable-
us
e-face)))
:feature 'heredoc
:language 'bash