Add and reorder keywords in Python

Added nonlocal and moved async and await according to lexicographical order
This commit is contained in:
KOLANICH 2018-12-07 10:40:06 +00:00 committed by Don HO
parent 03daf5559e
commit 41fa7f6d95

View File

@ -291,7 +291,7 @@
<Keywords name="type2"></Keywords>
</Language>
<Language name="python" ext="py pyw" commentLine="#">
<Keywords name="instre1">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</Keywords>
<Keywords name="instre1">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</Keywords>
</Language>
<Language name="r" ext="r s splus" commentLine="#">
<Keywords name="instre1">if else repeat while function for in next break TRUE FALSE NULL NA Inf NaN</Keywords>