* lisp/progmodes/sh-script.el (sh-mode--treesit-settings):
fontify command-substition command only. Don't include
enclosing brackets.
(cherry picked from commit
61d711652054e6b12e9cb3c8a85285fdfbee38eb)
:feature 'string-interpolation
:language 'bash
:override t
- '((command_substitution) @sh-quoted-exec
+ '((command_substitution (command) @sh-quoted-exec)
(expansion (variable_name) @font-lock-variable-use-face)
(expansion ["${" "}"] @font-lock-bracket-face)
(simple_expansion