]> git.eshelyaron.com Git - emacs.git/commit
Fix string-interpolation feature of python-ts-mode (bug#60599)
authorYuan Fu <casouri@gmail.com>
Sun, 8 Jan 2023 02:38:24 +0000 (18:38 -0800)
committerYuan Fu <casouri@gmail.com>
Sun, 8 Jan 2023 02:44:17 +0000 (18:44 -0800)
commit800e15e3be0569efdaa5e42c82937b1c87b7ec58
tree5310ec955ab21a1a246558e3c77c328feceadbbb
parent38b63f4c3ce55f998f00ba9a9a48d6f1b4533f7d
Fix string-interpolation feature of python-ts-mode (bug#60599)

* lisp/progmodes/python.el:
(python--treesit-fontify-string-interpolation): New function.
(python--treesit-settings): Use the new function for
string-interpolation.
lisp/progmodes/python.el