After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 774295 - Javascript: Highlight 'async' and 'await' keywords
Javascript: Highlight 'async' and 'await' keywords
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-11 19:45 UTC by Tobias Schönberg
Modified: 2016-11-12 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
javascript.lang: Add 'async' and 'await' keywords (958 bytes, patch)
2016-11-11 19:58 UTC, Tobias Schönberg
accepted-commit_now Details | Review

Description Tobias Schönberg 2016-11-11 19:45:20 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.
Comment 2 Tobias Schönberg 2016-11-11 19:58:01 UTC
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.
Comment 3 Sébastien Wilmet 2016-11-12 15:40:24 UTC
Review of attachment 339667 [details] [review]:

++
Comment 4 Sébastien Wilmet 2016-11-12 15:43:49 UTC
Pushed as commit 058f5819e9be6845245b12d2919adb1147b48f78.
And backported on gnome-3-24.

Thanks!