This project is no longer mantained.
Visit orktes.github.io/atom-react for more information.
- Syntax highlighting
- Snippets
- Automatic indentation and folding
- JSX Reformatting
- HTML to JSX conversion
- Autocomplete
Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.
Initially a port of sublime-react for Atom.
- Fix plugin to work with latest Atom (v1.24.0)
- Fix plugin to work with latest Atom (v1.22.0)
- Update snippets
- Fix highlighting issues caused by ternary operations and other
?
after updating to atom 0.12.7
- Fix Atom 0.11
TypeError: this.getRegexForProperty is not a function
error (restart atom after update)
- Fix issues related to Atom versions newer than 1.8.0
- Pump minor version to see if it helps with APM issue atom/apm#529
- Fix yet another regression caused by atom update. This time both rendering inside parenthesis and in function/method call arguments.
- Add required semicolon to static class properties snippet
- Fix issue that caused
return (...);
to be tokenized as a function call.
- Fixes related syntax highlighting inside functions and methods in atom 1.4
- Closing tag auto-completion in action