brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] ES7 async and await keywords #10940

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by DaAwesomeP Friday Oct 21, 2016 at 17:29 GMT Originally opened as https://github.com/adobe/brackets/issues/12846


Brackets does not properly highlight the JavaScript ES7 async and await keywords, and the following line is highlighted incorrectly as well.

Release 1.7 build 1.7.0-16898 (release b0a363b71) build timestamp: Wed Jun 08 2016 12:27:56 GMT+0100 Windows 10 Pro x64

core-ai-bot commented 3 years ago

Comment by zaggino Friday Oct 21, 2016 at 20:26 GMT


Hi@DaAwesomeP

We're updating CodeMirror in soon to be released version 1.8

You can test the highlighting here https://codemirror.net/mode/javascript/index.html and if it's incorrect, open an issue with https://github.com/codemirror/CodeMirror

core-ai-bot commented 3 years ago

Comment by DaAwesomeP Friday Oct 21, 2016 at 22:05 GMT


Yeah, the new CodeMirror version works as expected. Thanks!