Glavin001/atom-preview

CJSX (React) support

Closed this issue ยท 6 comments

Would it be possible to add CJSX support? CJSX provides React JSX support for CoffeeScript. See here and here

Definitely possible.

Please let me know:

  • which one (1) of those projects you would like to be used -- whichever you find more complete and handles the best.
  • a sample input file and respective output file for testing
  • is there any language packages for Atom that you use? what are they?

Of course, it is easy to add support for a new previewer so feel free to submit a Pull Request. The applicable code can be found at https://github.com/Glavin001/atom-preview/blob/master/lib/renderer.coffee#L44

Thank you for the link to the CoffeeScript renderer. I will try ta make a pull request in the next couple of days.

Pull request #97 already done ๐Ÿ˜‰

Thanks for the reminder. It was on my personal TODO list to review it. ๐Ÿ˜ƒ

No stress ๐Ÿ˜„

Published to v.0.16.0