aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index fd196df7550..d9ca37145e1 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1106,7 +1106,7 @@ fontified."
1106 :language 'python 1106 :language 'python
1107 `([,@python--treesit-keywords] @font-lock-keyword-face 1107 `([,@python--treesit-keywords] @font-lock-keyword-face
1108 ((identifier) @font-lock-keyword-face 1108 ((identifier) @font-lock-keyword-face
1109 (:match "^self$" @font-lock-keyword-face))) 1109 (:match "\\`self\\'" @font-lock-keyword-face)))
1110 1110
1111 :feature 'definition 1111 :feature 'definition
1112 :language 'python 1112 :language 'python