emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 75cdc1afbe5: ; Change font-lock-variable-name-face to font-lock


From: Yuan Fu
Subject: emacs-29 75cdc1afbe5: ; Change font-lock-variable-name-face to font-lock-variable-use-face
Date: Sun, 5 Mar 2023 17:46:27 -0500 (EST)

branch: emacs-29
commit 75cdc1afbe5a649eed02cd186a38d40b3d0a4439
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]