mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
; 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
|
:language 'bash
|
||||||
:override t
|
:override t
|
||||||
'((command_substitution) @sh-quoted-exec
|
'((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
|
:feature 'heredoc
|
||||||
:language 'bash
|
:language 'bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue