You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/08-tooling-integration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,5 +46,6 @@ The open-source community has built tools that integrate JSX with several build
46
46
* Many editors already include reasonable support for JSX (Vim, Emacs js2-mode).
47
47
*[JSX syntax highlighting](https://github.com/yungsters/sublime/blob/master/tmLanguage/JavaScript%20(JSX\).tmLanguage) is available for Sublime Text and other editors
48
48
that support `*.tmLanguage`.
49
+
*[web-mode.el](http://web-mode.org) is an autonomous emacs major mode that indents and highlights JSX
49
50
* Linting provides accurate line numbers after compiling without sourcemaps.
50
51
* Elements use standard scoping so linters can find usage of out-of-scope components.
0 commit comments