jskinner / DefaultPackages

Old bug tracker for Sublime Text's "Default Packages", e.g. bad syntax highlighting
http://web.archive.org/web/20150524043750/https://www.sublimetext.com/forum/viewtopic.php?f=2&t=12095
26 stars 2 forks source link

JavaScript syntax should support ECMAScript 2015 #150

Closed darrylring closed 9 years ago

darrylring commented 9 years ago

With the ECMAScript 2015 (ES6, ES.next, Harmony, whatever else) standard finalized, the default JavaScript package should support ES6.

https://github.com/lukehoban/es6features provides a concise overview of the new features in ES6.

FichteFoll commented 9 years ago

On the dev channel, the syntax from JavaScriptNext has been incorporated into the default Javascript syntax def, and that supports ES6. I assume you are on beta?

darrylring commented 9 years ago

Oh, great. My bad for not checking the dev branch. Closing.