From: Yuan Fu Date: Sun, 5 Mar 2023 22:42:28 +0000 (-0800) Subject: ; Change font-lock-variable-name-face to font-lock-variable-use-face X-Git-Tag: emacs-29.0.90~238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75cdc1afbe5;p=emacs.git ; 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. --- 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