GNOME Bugzilla – Bug 774295
Javascript: Highlight 'async' and 'await' keywords
Last modified: 2016-11-12 15:43:49 UTC
Async and await functionality is being implemented in Javascript in the coming months. Browser support will start with Firefox 52 (2016-11-15 in Aurora, 2017-03-07 release) and Chrome 55.
See for example: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function
Created attachment 339667 [details] [review] javascript.lang: Add 'async' and 'await' keywords A current draft will expand the Javascript syntax with 'async' and 'await'. This commit adds 'async' and 'await' as keywords.
Review of attachment 339667 [details] [review]: ++
Pushed as commit 058f5819e9be6845245b12d2919adb1147b48f78. And backported on gnome-3-24. Thanks!