]> git.eshelyaron.com Git - emacs.git/commit
Separate python tree-sitter fontification into features
authorYuan Fu <casouri@gmail.com>
Sun, 30 Oct 2022 02:59:50 +0000 (19:59 -0700)
committerYuan Fu <casouri@gmail.com>
Sun, 30 Oct 2022 02:59:50 +0000 (19:59 -0700)
commit8c385f05120bdf905a027fe99eab23a59d0f837e
treed44f6ea7ee283a1c2d14aec64b49812fb77bc7df
parentf6483526cd4b4b9ed7d830599add82ecb45009e6
Separate python tree-sitter fontification into features

Level 1: comment string function-name class-name
Level 2: keyword builtin constant type
Level 3: assignment decorator escape-sequence string-interpolation

* lisp/progmodes/python.el (python--treesit-settings): Separate.
(python-mode): Set features.
lisp/progmodes/python.el