summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>2015-10-31 17:58:22 -0700
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>2015-10-31 17:58:22 -0700
commit4c0408bade52d688fb2594f031de91f628d2cd8f (patch)
tree3a68c801b3cf5b4b376f32761ba0ff4e220af786 /NEWS.md
parent7c12f2cf73cbbe39deab169a7e541e46a298e6a9 (diff)
Add NEWS entry for js2-jsx-mode
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 30500e0..33ba376 100644
--- 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