From 41fa7f6d95047e28d2cc8263710f8024aa1058c0 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Fri, 7 Dec 2018 10:40:06 +0000 Subject: [PATCH] Add and reorder keywords in Python Added nonlocal and moved async and await according to lexicographical order --- PowerEditor/src/langs.model.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/langs.model.xml b/PowerEditor/src/langs.model.xml index 7d10c0c4..ef8979ba 100644 --- a/PowerEditor/src/langs.model.xml +++ b/PowerEditor/src/langs.model.xml @@ -291,7 +291,7 @@ - and as assert break class continue def del elif else except exec False finally for from global if import in is lambda None not or pass print raise return True try while with yield async await + and as assert async await break class continue def del elif else except exec False finally for from global if import in is lambda None nonlocal not or pass print raise return True try while with yield if else repeat while function for in next break TRUE FALSE NULL NA Inf NaN