]> git.eshelyaron.com Git - emacs.git/commit
Tweak python-ts-mode fontification (bug#59470)
authorYuan Fu <casouri@gmail.com>
Wed, 23 Nov 2022 02:47:47 +0000 (18:47 -0800)
committerYuan Fu <casouri@gmail.com>
Wed, 23 Nov 2022 03:07:27 +0000 (19:07 -0800)
commitd2ab1c4a9af205bbeeaf5a0b6333797c18e43f86
tree9cf8ebad37f0f1f1fafa035b8140246333f36380
parent0ed313642227afdeccf48057eea458edca9d2962
Tweak python-ts-mode fontification (bug#59470)

* lisp/progmodes/python.el (python--treesit-settings): Only fontify
the @ and the identifier of a decorator, not the argument list (if
there is any).
lisp/progmodes/python.el