Skip to content

Commit 9ffd70c

Browse files
committed
Update 08-tooling-integration.md
emacs compatibility
1 parent 9ce7ecc commit 9ffd70c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/08-tooling-integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ The open-source community has built tools that integrate JSX with several build
4646
* Many editors already include reasonable support for JSX (Vim, Emacs js2-mode).
4747
* [JSX syntax highlighting](https://github.com/yungsters/sublime/blob/master/tmLanguage/JavaScript%20(JSX\).tmLanguage) is available for Sublime Text and other editors
4848
that support `*.tmLanguage`.
49+
* [web-mode.el](http://web-mode.org) is an autonomous emacs major mode that indents and highlights JSX
4950
* Linting provides accurate line numbers after compiling without sourcemaps.
5051
* Elements use standard scoping so linters can find usage of out-of-scope components.

0 commit comments

Comments
 (0)