]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/python.el
* test/automated/viper-tests.el (viper-test-undo-kmacro):
[gnu-emacs] / lisp / progmodes / python.el
index 9c23655b91139d3ac4d4f23c271b194323cf9c23..2d22bb2ce88901972476f16279f23d998a23c6de 100644 (file)
@@ -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)