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:
Jostein Kjønigsen 2025-12-04 08:50:04 +01:00 committed by Eli Zaretskii
parent 32e6bbbe46
commit c8ee9e3994

View file

@ -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