From 855e581e44a7535888554f08eb2939b23b31f384 Mon Sep 17 00:00:00 2001 From: AraHaan Date: Wed, 7 Dec 2016 00:23:26 -0600 Subject: [PATCH] Add Support Highlight for 3.5.0+ Syntax. This adds in highlighting for Python 3.5.0+ users who uses "async def" and "await"'s for coroutines. These keywords are also planned to change in 3.6.0 as well with PEP-530. http://www.python.org/dev/peps/pep-0530 Closes #2650 --- 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 4879804ab..b7a762144 100644 --- a/PowerEditor/src/langs.model.xml +++ b/PowerEditor/src/langs.model.xml @@ -210,7 +210,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 + 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 if else repeat while function for in next break TRUE FALSE NULL NA Inf NaN