Skip to content

Commit

Permalink
Update 08-tooling-integration.md
Browse files Browse the repository at this point in the history
emacs compatibility
  • Loading branch information
fxbois committed Mar 8, 2014
1 parent 9ce7ecc commit 9ffd70c
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.

3 comments on commit 9ffd70c

@fxbois
Copy link
Contributor Author

@fxbois fxbois commented on 9ffd70c Mar 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@petehunt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We periodically push the site. I always mess it up so I usually wait for @zpao to do it :)

@sophiebits
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just rebuilt the docs so it's there now.

Please sign in to comment.