]> git.eshelyaron.com Git - emacs.git/commit
Fix Python font lock of chained assignment statement
authorkobarity <kobarity@gmail.com>
Fri, 24 May 2024 13:50:12 +0000 (22:50 +0900)
committerEshel Yaron <me@eshelyaron.com>
Sun, 26 May 2024 05:51:00 +0000 (07:51 +0200)
commit3597bf6991678fd03a4282995cc5d98492b1b6ad
treec6fe339e3b1e78db56644a88f5b4d9a92adcdf5f
parente83172d10d1a3fdc81257fd69f97fca92f3af16e
Fix Python font lock of chained assignment statement

* lisp/progmodes/python.el
(python-font-lock-keywords-maximum-decoration): Allow chaining
of single assignment statements.
* test/lisp/progmodes/python-tests.el
(python-font-lock-assignment-statement-20): New test.
(Bug#71093)

(cherry picked from commit 3647645e94856344696768bef590b49a24c7ac52)
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el