mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
sh-script: Fix fontification of command-invocations in 'bash-ts-mode'
* lisp/progmodes/sh-script.el (sh-mode--treesit-settings): Change font-face used for command-invocations. (Bug#79944)
This commit is contained in:
parent
32e6bbbe46
commit
c8ee9e3994
1 changed files with 1 additions and 1 deletions
|
|
@ -3359,7 +3359,7 @@ See `sh-mode--treesit-other-keywords' and
|
|||
:feature 'command
|
||||
:language 'bash
|
||||
`(;; function/non-builtin command calls
|
||||
(command_name (word) @font-lock-function-name-face)
|
||||
(command_name (word) @font-lock-function-call-face)
|
||||
;; builtin commands
|
||||
(command_name
|
||||
((word) @font-lock-builtin-face
|
||||
|
|
|
|||
Loading…
Reference in a new issue