branch: master
commit 4c0408bade52d688fb2594f031de91f628d2cd8f
Author: Jackson Ray Hamilton <[email protected]>
Commit: Jackson Ray Hamilton <[email protected]>
Add NEWS entry for js2-jsx-mode
---
NEWS.md | 3 +++
1 file changed, 3 insertions(+)
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