summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuan Fu <casouri@gmail.com>2023-03-05 14:42:28 -0800
committerYuan Fu <casouri@gmail.com>2023-03-05 14:46:18 -0800
commit75cdc1afbe5a649eed02cd186a38d40b3d0a4439 (patch)
tree685c6c61140b01236532cb1d52bb51ba403e4f80
parentb1b3af5b90ba6f5416dfaf60e33729b32ca2f195 (diff)
downloademacs-75cdc1afbe5a649eed02cd186a38d40b3d0a4439.tar.gz
; Change font-lock-variable-name-face to font-lock-variable-use-face
* lisp/progmodes/sh-script.el: (sh-mode--treesit-settings): Change font-lock-variable-name-face to font-lock-variable-use-face.
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 29820049636..5493e68d5bd 100644
--- 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-name-face)))
+ (string (expansion (variable_name) @font-lock-variable-use-face)))
:feature 'heredoc
:language 'bash