diff options
| author | Jostein Kjønigsen | 2025-04-30 11:33:26 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-05-10 13:21:32 +0300 |
| commit | 7265be09cebc9ee752b688b7a85fb1ac18b45ef5 (patch) | |
| tree | a70cbba50b3fa9d6dce85334f111b3bf76a2b1ba /java | |
| parent | 013ed9799e68d83b478320b0a31180f8047d13b1 (diff) | |
| download | emacs-7265be09cebc9ee752b688b7a85fb1ac18b45ef5.tar.gz emacs-7265be09cebc9ee752b688b7a85fb1ac18b45ef5.zip | |
sh-script.el: Improve consistency in variable-use fontification.
sh-mode--treesit-settings: Ensure all variable use is treated the
same way.
Before this patch the following commands would all be treated differently:
echo "${var}"
echo "$var"
echo ${var}
echo $var
Now they are treated the same.
* lisp/progmodes/sh-script.el (sh-mode--treesit-settings): Tweak
rules. (Bug#78167)
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions