projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e3b99
)
Utilize new face font-lock-escape-face in python-mode
author
Yuan Fu
<casouri@gmail.com>
Thu, 10 Nov 2022 18:34:57 +0000
(10:34 -0800)
committer
Yuan Fu
<casouri@gmail.com>
Thu, 10 Nov 2022 18:34:57 +0000
(10:34 -0800)
* lisp/progmodes/python.el (python--treesit-settings): Use
font-lock-escape-face rather than font-lock-constant-face.
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 61f29dd005c1ccce87cd2b136b6e8a57b2a47bde..a5d02d0fcbada9a28626304dd7146e8196a97af8 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1118,7
+1118,7
@@
be fontified."
:feature 'escape-sequence
:language 'python
:override t
- '((escape_sequence) @font-lock-
constant
-face))
+ '((escape_sequence) @font-lock-
escape
-face))
"Tree-sitter font-lock settings.")
\f