diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-07-03 22:18:08 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-07-03 22:18:08 +1000 |
| commit | 956c0e32e8cf9a06b3750f07ce9d1122d4c88022 (patch) | |
| tree | 1f8f40fd7d10341df8cf6cef0d95a6161abecf1e /rc/core/python.kak | |
| parent | c40ab126d6585fff20ad48ffb8b34f9949e67397 (diff) | |
| parent | 44f0230fe14042d255e8cb0ff533b8b4544c09b9 (diff) | |
Merge remote-tracking branch 'maximbaz/add-missing-python3-keyword-nonlocal'
Diffstat (limited to 'rc/core/python.kak')
| -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 f33fef24..da451413 100644 --- a/rc/core/python.kak +++ b/rc/core/python.kak @@ -87,7 +87,7 @@ add-highlighter shared/python/comment fill comment # Keyword list is collected using `keyword.kwlist` from `keyword` keywords="and|as|assert|break|class|continue|def|del|elif|else|except|exec" - keywords="${keywords}|finally|for|global|if|in|is|lambda|not|or|pass|print" + keywords="${keywords}|finally|for|global|if|in|is|lambda|nonlocal|not|or|pass|print" keywords="${keywords}|raise|return|try|while|with|yield" types="bool|buffer|bytearray|bytes|complex|dict|file|float|frozenset|int" |
