Skip to content

yosuke-furukawa/language-jsx

Repository files navigation

PLEASE CONFIRM THIS FIRST

This module have already unpublished on Atom Package Manager. So if you would like to uninstall this module, please use:

$ apm uninstall language-jsx

If someone would like to use this module, feel free to fork and republish.

JSX language support in Atom

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.

user can set node path

You can set the command that will run the script by editing ~/.atom/config.cson and adding:

'language-jsx':
  'nodepath': '/Users/furukawa.yosuke/.nodebrew/current/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.

About

I already unpublished this module `apm uninstall language-jsx`

Resources

License

Stars

Watchers

Forks

Packages

No packages published