]> 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)
committerYuan Fu <casouri@gmail.com>
Sun, 24 Dec 2023 03:08:56 +0000 (19:08 -0800)
commit2701da0eee54d85f79104c7a91610bf591159a51
treecc02a4f085d2ce2da1df92611f96908565dd8a74
parent683c7c96871cc374b0e00f5084e43a70fc3ec36a
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.
lisp/progmodes/python.el