]> git.eshelyaron.com Git - emacs.git/commit
Fontify "print" and "exec" as functions in python-mode
authorStefan Kangas <stefan@marxist.se>
Mon, 11 Oct 2021 13:10:26 +0000 (15:10 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 11 Oct 2021 13:18:54 +0000 (15:18 +0200)
commit9f9c9f934ac9abed84290df410431e393cd542a8
tree3f29165f7ebd19071db3601c26228fb081803c12
parente63b49a30bf0993188a577715ef742f0545bbdd7
Fontify "print" and "exec" as functions in python-mode

* lisp/progmodes/python.el (python-font-lock-keywords-level-2):
Fontify "print" and "exec" as functions, which is the case in
Python 3.  (Bug#43298)
lisp/progmodes/python.el