From 701f0689791c82f32aab426f3a19d870cc215ca6 Mon Sep 17 00:00:00 2001 From: fxbois Date: Sat, 8 Mar 2014 18:12:05 +0100 Subject: [PATCH] Update 08-tooling-integration.md emacs compatibility --- docs/08-tooling-integration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/08-tooling-integration.md b/docs/08-tooling-integration.md index 887c6654..665b0470 100644 --- a/docs/08-tooling-integration.md +++ b/docs/08-tooling-integration.md @@ -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.