]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/python.el: Account for new keywords.
authorColin Woodbury <colin@fosskers.ca>
Sat, 12 Mar 2022 17:46:55 +0000 (18:46 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Mar 2022 17:46:55 +0000 (18:46 +0100)
commit139042eb8629e6fd49b2c3002a8fc4d1aabd174d
tree99f6a842c052bbe858a85d96c6e86c5003cce8ed
parentf143fcc0ed15fdaae65e14fd9280b2f5faac2c0a
* lisp/progmodes/python.el: Account for new keywords.

* lisp/progmodes/python.el (python-font-lock-keywords-level-2): As
of Python 3.10, Python has structured pattern matching. This adds
two new keywords which need to be highlighted (bug#54345).
lisp/progmodes/python.el