Skip to content

Commit

Permalink
Merge pull request facebook#1235 from fxbois/master
Browse files Browse the repository at this point in the history
Update 08-tooling-integration.md
  • Loading branch information
petehunt committed Mar 9, 2014
2 parents 9ce7ecc + 9ffd70c commit d9dd9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/08-tooling-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ The open-source community has built tools that integrate JSX with several build
* Many editors already include reasonable support for JSX (Vim, Emacs js2-mode).
* [JSX syntax highlighting](https://github.com/yungsters/sublime/blob/master/tmLanguage/JavaScript%20(JSX\).tmLanguage) is available for Sublime Text and other editors
that support `*.tmLanguage`.
* [web-mode.el](http://web-mode.org) is an autonomous emacs major mode that indents and highlights JSX
* Linting provides accurate line numbers after compiling without sourcemaps.
* Elements use standard scoping so linters can find usage of out-of-scope components.

0 comments on commit d9dd9d5

Please sign in to comment.