1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

Fix ChangeLog.2 entry for js-jsx-mode

This commit is contained in:
Jackson Ray Hamilton 2015-11-02 21:14:05 -08:00
parent 1cd0e89ab9
commit 7ad183d890

View File

@ -31,8 +31,16 @@
Add JSX indentation via js-jsx-mode (Bug#21799)
* progmodes/js.el: Add JSX indentation support.
(js--jsx-end-tag-re)
(js--jsx-after-tag-re): New variables.
(js--jsx-find-before-tag)
(js--jsx-indented-element-p)
(js--as-sgml)
(js--expression-in-sgml-indent-line)
(js-jsx-indent-line)
(js-jsx-mode): New functions.
* test/indent/js-jsx.el: New file.
* etc/NEWS: Add information about js-jsx-mode.
2015-10-31 Michael Albinus <michael.albinus@gmx.de>