diff options
-rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 9c23655b911..2d22bb2ce88 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -524,6 +524,7 @@ The type returned can be `comment', `string' or `paren'." "nonlocal" ;; Python 3.5+ PEP492 (and "async" (+ space) (or "def" "for" "with")) + "await" ;; Extra: "self") symbol-end) |