]> git.eshelyaron.com Git - emacs.git/commit
Utilize new face font-lock-escape-face in python-mode
authorYuan Fu <casouri@gmail.com>
Thu, 10 Nov 2022 18:34:57 +0000 (10:34 -0800)
committerYuan Fu <casouri@gmail.com>
Thu, 10 Nov 2022 18:34:57 +0000 (10:34 -0800)
commit2ec403f777adf39d3e972667513086f2053530dd
tree5c523e277228f5c797f28b6dec4c79998c8319f6
parentc5e3b99467dd07522f9522cc77cddbaa69222a7b
Utilize new face font-lock-escape-face in python-mode

* lisp/progmodes/python.el (python--treesit-settings): Use
font-lock-escape-face rather than font-lock-constant-face.
lisp/progmodes/python.el