From 4c0408bade52d688fb2594f031de91f628d2cd8f Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Sat, 31 Oct 2015 17:58:22 -0700 Subject: [PATCH] Add NEWS entry for js2-jsx-mode --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 30500e044..33ba376bf 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 -- 2.39.2