; 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:
parent
b1b3af5b90
commit
75cdc1afbe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue