]> git.eshelyaron.com Git - emacs.git/commitdiff
; Change font-lock-variable-name-face to font-lock-variable-use-face
authorYuan Fu <casouri@gmail.com>
Sun, 5 Mar 2023 22:42:28 +0000 (14:42 -0800)
committerYuan Fu <casouri@gmail.com>
Sun, 5 Mar 2023 22:46:18 +0000 (14:46 -0800)
* 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

index 29820049636b3d7e17527e3de00713d02096e1d4..5493e68d5bd0f069a5be84d0c722963d0ab7d5f8 100644 (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