Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yosuke-furukawa/language-jsx
I already unpublished this module `apm uninstall language-jsx`
https://github.com/yosuke-furukawa/language-jsx
Last synced: about 1 month ago
JSON representation
I already unpublished this module `apm uninstall language-jsx`
- Host: GitHub
- URL: https://github.com/yosuke-furukawa/language-jsx
- Owner: yosuke-furukawa
- License: other
- Created: 2014-02-27T10:46:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:43:17.000Z (11 months ago)
- Last Synced: 2024-04-15T12:17:33.057Z (7 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 16.6 KB
- Stars: 13
- Watchers: 6
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](http://jsx.github.io/) 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:```cson
'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`.