]> git.eshelyaron.com Git - emacs.git/commit
Apply syntax highlighting for all python f-strings
authorLaurence Warne <laurencewarne@gmail.com>
Tue, 6 Sep 2022 10:28:12 +0000 (12:28 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 6 Sep 2022 10:54:42 +0000 (12:54 +0200)
commit969983ea1fe4ecca6c714c84b033fa5d0195b753
treeaead65f51af6b2c219ca69f71abc55dd6b04f69f
parent91423627b40fd7a0d2342dc7a419ba8e3bd35fc0
Apply syntax highlighting for all python f-strings

* lisp/progmodes/python.el (python--f-string-p)
(python--font-lock-f-strings): Edit functions to use a regular
expression matching all f-strings (bug#56757).
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el