GNOME Bugzilla – Bug 762026
python3.lang: Add 'async' and 'await' keywords
Last modified: 2016-02-27 12:44:20 UTC
Python 3.5 has added 2 new keywords, 'async' and 'await', to the language. See: https://www.python.org/dev/peps/pep-0492/ I will attach a patch.
Created attachment 321109 [details] [review] python3.lang: Add 'async' and 'await' to keywords Python 3.5 has added two new keywords to the language defined in PEP-0492. The words are currently not highlighted. This patch adds 'async' and 'await' to the list of keywords. https://bugzilla.gnome.org/show_bug.cgi?id=762026 Fixes #762026
Review of attachment 321109 [details] [review]: ++
Attachment 321109 [details] pushed as 7d5f005 - python3.lang: Add 'async' and 'await' to keywords