; 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.
This commit is contained in:
Yuan Fu 2023-03-05 14:42:28 -08:00
parent b1b3af5b90
commit 75cdc1afbe
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -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