-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which Atom Editor Syntax Highlighting Package for React/JSX ? #12
Comments
@jrans says one of language-javascript-jsx, react and linter-jsxhint |
@nelsonic I dare find out which one.... |
Thanks! 👍 |
I would suggest using https://atom.io/packages/language-babel, this already includes React JSX (tag autocompletion) plus es2015 goodies :) AND it also supports facebook's flow grammar out of the box! And after i install this package, i disable the default |
install atom-react package |
@hellsinglord22 I've tried atom-react, the highlight feature somehow doesn't work |
@Xiaochi-Li i started using |
like @gregtandiono pointed out, site: https://atom.io/packages/language-babel |
Shameless self promotion: I just published an autocomplete provider for autocomplete plus. Hopefully it's helpful for you guys https://github.com/dangreenisrael/atom-react-proptypes-autocomplete |
It does not work with render props... |
You can create a custom file type by adding following in your config.cson file: |
I have done as you recommend, and yes, the syntax highlighting does seem nicer than |
Which Atom.io package(s) are you using for syntax highlighting to make your React/JSX more readable?
@nikhilaravi @jrans @besarthoxhaj @izaakrogan
The text was updated successfully, but these errors were encountered: