]> git.eshelyaron.com Git - emacs.git/commit
Fix python-ts-mode triple quote syntax (bug#67262)
authorYuan Fu <casouri@gmail.com>
Sat, 23 Dec 2023 23:49:32 +0000 (15:49 -0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:16:09 +0000 (08:16 +0100)
commit3016f942622bb1d9e58a344f79576a2233248014
tree032f8b46ac8afc6cf0a79560d50b5cc9cde6a20a
parent1bbffe852556d5a05caa032ec0e54ceb6044878b
Fix python-ts-mode triple quote syntax (bug#67262)

* lisp/progmodes/python.el (python--treesit-syntax-propertize): New function.
(python-ts-mode): Activate python--treesit-syntax-propertize.

(cherry picked from commit 2701da0eee54d85f79104c7a91610bf591159a51)
lisp/progmodes/python.el