]> git.eshelyaron.com Git - emacs.git/commit
Fix string fontification on python-ts-mode (bug#60599)
authorYuan Fu <casouri@gmail.com>
Sun, 8 Jan 2023 02:41:28 +0000 (18:41 -0800)
committerYuan Fu <casouri@gmail.com>
Sun, 8 Jan 2023 02:44:17 +0000 (18:44 -0800)
commite3d806b4172f16c446bb3c5b31a160ed24fa5244
treeb6fbb56f0023ce88efaaa3ebe67a088c8714c8ca
parent800e15e3be0569efdaa5e42c82937b1c87b7ec58
Fix string fontification on python-ts-mode (bug#60599)

* lisp/progmodes/python.el:
(python--treesit-fontify-string): Generalize and skip anything
before the first quote character.
lisp/progmodes/python.el