From c8ee9e399496896b0b24ae8b901dde98f32bc683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jostein=20Kj=C3=B8nigsen?= Date: Thu, 4 Dec 2025 08:50:04 +0100 Subject: [PATCH] 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) --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 097cbaa0d6e..20e4f78001d 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -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