diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-11-19 21:07:53 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-11-19 21:07:53 +1100 |
| commit | 3ed7ec21bd4fb072cb9df327fea163c81adf33fb (patch) | |
| tree | aabed7ac896a1dc85eb33b1c91b96ae275ebdeb3 | |
| parent | 29d4a582d82ba83fda38cae0d7c9bf3914f9bd47 (diff) | |
| parent | b672e7c1006f57d719e9d1611a98545c1711f522 (diff) | |
Merge branch 'python_add_async_await_keywords' of http://github.com/Roger/kakoune
| -rw-r--r-- | rc/core/python.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/core/python.kak b/rc/core/python.kak index 58a3b049..a91f0364 100644 --- a/rc/core/python.kak +++ b/rc/core/python.kak @@ -79,7 +79,7 @@ evaluate-commands %sh{ exceptions="${exceptions}|ZeroDivisionError" # Keyword list is collected using `keyword.kwlist` from `keyword` - keywords="and|as|assert|break|class|continue|def|del|elif|else|except|exec" + keywords="and|as|assert|async|await|break|class|continue|def|del|elif|else|except|exec" keywords="${keywords}|finally|for|global|if|in|is|lambda|nonlocal|not|or|pass|print" keywords="${keywords}|raise|return|try|while|with|yield" |
