Forked from original creator.
Adds syntax highlighting and snippets to JSX file in Atom.
JSX language is alternative javascript.
important: this is not React-jsx plugin
Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.
You can set the command that will run the script by editing ~/.atom/config.cson
and adding:
'language-jsx':
'nodepath': '/usr/local/bin/node'
if you does not set the path, this plugin uses ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 '/Applications/Atom.app/Contents/Frameworks/Atom Helper.app/Contents/MacOS/Atom Helper'
instead of node
.