SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
440 stars 64 forks source link

Please update for CS v2.0 #243

Closed mrmowgli closed 2 months ago

mrmowgli commented 7 years ago

Coffeescript is releasing a new version (2.0 Alpha) that includes many of the ES6/ES2015+ features.

Please see the CS6 Planning pages.

Key differences are that this will output unshimmed ES2015+ features, and will likely need to have support for Babel in the browser build process.

Also note that this is in ALPHA, so projects are encouraged to try it out and report back.

auvipy commented 4 years ago

what is the current update of the project?

GeoffreyBooth commented 4 years ago

CoffeeScript 2 has been out for a few years. sublime-better-coffeescript works just fine with it. Other than some keywords missing highlighting (import, export, async) this plugin doesn’t need much updating as far as I can tell.

auvipy commented 4 years ago

I will look and send PR where needed