]> git.eshelyaron.com Git - emacs.git/commit
Fontize $(...) slightly better in bash mode
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Aug 2020 09:34:56 +0000 (11:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Aug 2020 09:34:56 +0000 (11:34 +0200)
commitc9d550a301d3a5e62b3296804ccf42efc69d0796
tree6868dfa04761a2d7908c8ea272c8a3659e4e0c97
parent3f358fc172c50868321b0ef246adb66a7ea795c9
Fontize $(...) slightly better in bash mode

* lisp/progmodes/sh-script.el (sh-font-lock-keywords-var): Fontize
$(...) slightly better (bug#42417).  Instead of just fontizing the
first word in the expression, fontize until the closing
parenthesis.  This doesn't work well if you have nested $(...)
expressions.
lisp/progmodes/sh-script.el