]> git.eshelyaron.com Git - emacs.git/commit
Fix python tree-sitter font-lock
authorYuan Fu <casouri@gmail.com>
Tue, 4 Oct 2022 19:18:53 +0000 (12:18 -0700)
committerYuan Fu <casouri@gmail.com>
Tue, 4 Oct 2022 20:30:56 +0000 (13:30 -0700)
commit253126bf339a16589e86acd51c0f96da07e658d9
treef2f0140232deb8304438434a831b981a27377633
parent96d44c4321724556819e2f718f1d94470d753d07
Fix python tree-sitter font-lock

Add fontification for lhs attribute and some operators.

* lisp/progmodes/python.el (python--treesit-keywords): Add operators.
(python--treesit-settings): Add lhs attribute.
lisp/progmodes/python.el