From 75cdc1afbe5a649eed02cd186a38d40b3d0a4439 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Sun, 5 Mar 2023 14:42:28 -0800 Subject: [PATCH] ; 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. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2