]> code.delx.au - gnu-emacs-elpa/commitdiff
Add NEWS entry for js2-jsx-mode
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sun, 1 Nov 2015 00:58:22 +0000 (17:58 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sun, 1 Nov 2015 00:58:22 +0000 (17:58 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 30500e04493d1f26faf4798ec1bc0c3683704686..33ba376bf000fef466a9b8415953e24df2d2cd3c 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -10,6 +10,9 @@
   name will get more confusing.
 * Support for default parameters in destructuring.  It should work for both
   objects and arrays, in both literals and function arguments.
+* New mode: `js2-jsx-mode`, deriving from `js2-mode`.  Supports indentation of
+  JSXElement expressions wrapped within parentheses or as function arguments.
+  Indentation is customizable via `sgml-attribute-offset`.
 
 ## 20150909