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, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index d83290fe457..c4d8b123a86 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -563,6 +563,8 @@ class declarations.")
563 ;; Python 3.5+ PEP492 563 ;; Python 3.5+ PEP492
564 (and "async" (+ space) (or "def" "for" "with")) 564 (and "async" (+ space) (or "def" "for" "with"))
565 "await" 565 "await"
566 ;; Python 3.10+
567 "match" "case"
566 ;; Extra: 568 ;; Extra:
567 "self") 569 "self")
568 symbol-end) 570 symbol-end)