]> git.eshelyaron.com Git - emacs.git/commit
python-ts-mode: Fix single-quote string fontification
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 26 Feb 2023 01:09:29 +0000 (03:09 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 26 Feb 2023 01:12:34 +0000 (03:12 +0200)
commit3cae0e3d96a5436735ab34327fc5c20e0cc864ee
tree1d6eb7bdf0071fd2f7ddc047a85945bfde2a4fbc
parent68d753e3712fdd91fcdc306517ced3321d07a9d1
python-ts-mode: Fix single-quote string fontification

* lisp/progmodes/python.el (python--treesit-fontify-string):
Look for ', not just ", as opening delimiter (bug#61796).
lisp/progmodes/python.el