]> git.eshelyaron.com Git - emacs.git/commit
Fontify for_statement variable in python-ts-mode (bug#70718)
authorNoah Peart <noah.v.peart@gmail.com>
Thu, 2 May 2024 13:58:34 +0000 (06:58 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 10 May 2024 13:33:37 +0000 (15:33 +0200)
commit30347d40a4d43b16cabe44f570cdff74cdbfeebd
treee0bb316ac478f2ca9d1a6a4ce4b62ec1c513e712
parentf7a2b7c605ea821872e659883860025e03d637cd
Fontify for_statement variable in python-ts-mode (bug#70718)

* lisp/progmodes/python.el (python--treesit-settings): Add
font-lock query for for_statement variable in assignment feature.

(cherry picked from commit 24c02c700cad3ed94687cf694856a0bee42405ba)
lisp/progmodes/python.el