atom / language-coffee-script

CoffeeScript support in Atom
Other
59 stars 56 forks source link

JSX support (CoffeeScript 2) #135

Open renchap opened 7 years ago

renchap commented 7 years ago

Prerequisites

Description

CoffeeScript 2 (in RC) adds support for JSX: http://coffeescript.org/v2/#jsx It should be properly supported by the main atom CoffeeScript language package.

https://github.com/ghempton/language-cjsx provides this feature as it was possible with some hacks before, but now it is part of the language.

renchap commented 7 years ago

Coffeescript 2.0 is now released, with a lot of awesome features: http://coffeescript.org/announcing-coffeescript-2/

winstliu commented 7 years ago

This is something that none of the Atom maintainers will have time to work on in the foreseeable future. So the community will need to step up if they want to see this added to language-coffeescript.

cuberoot commented 6 years ago

Hey guys. I would love to get some eyes on my PR for jsx language support: https://github.com/atom/language-coffee-script/pull/172

Thanks!