]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/python.el
Add Python 3.5 keyword "await"
[gnu-emacs] / lisp / progmodes / python.el
index 375b9fedc9d34446d26eb4b2cc5eb32708fd3d84..1898e0d3b8c1e68fde029485f7dd6cdc38449e5f 100644 (file)
@@ -536,6 +536,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)