]> git.eshelyaron.com Git - emacs.git/commit
Clean up python-ts-mode font-lock features
authorYuan Fu <casouri@gmail.com>
Mon, 26 Dec 2022 08:43:42 +0000 (00:43 -0800)
committerYuan Fu <casouri@gmail.com>
Mon, 26 Dec 2022 09:47:56 +0000 (01:47 -0800)
commit8f68b6497ee17791c3a1084ebef164f11cb089c6
tree0afdb41572e8a824234f834a0eb8c2a34f34e511
parent28f26b11a1ebd46b9f599babf843f91871efb629
Clean up python-ts-mode font-lock features

* lisp/progmodes/python.el (python--treesit-settings): Remove
unnecessary override flags, add function and variable feature, fix
assignment feature.
(python--treesit-variable-p)
(python--treesit-fontify-variable): New functions.
(python-ts-mode): Add function and variable feature.
lisp/progmodes/python.el