Glavin001 / atom-preview

:construction: (NO LONGER MAINTAINED) :construction: - :eyeglasses: Ultimate previewer of source code in Atom.
https://atom.io/packages/preview
MIT License
51 stars 23 forks source link

CJSX (React) support #96

Closed screendriver closed 9 years ago

screendriver commented 9 years ago

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

Glavin001 commented 9 years ago

Definitely possible.

Please let me know:

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

screendriver commented 9 years ago

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

screendriver commented 9 years ago

Pull request #97 already done :wink:

Glavin001 commented 9 years ago

Thanks for the reminder. It was on my personal TODO list to review it. :smiley:

screendriver commented 9 years ago

No stress :smile:

Glavin001 commented 9 years ago

Published to v.0.16.0