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:
parent
1cd0e89ab9
commit
7ad183d890
@ -31,8 +31,16 @@
|
|||||||
Add JSX indentation via js-jsx-mode (Bug#21799)
|
Add JSX indentation via js-jsx-mode (Bug#21799)
|
||||||
|
|
||||||
* progmodes/js.el: Add JSX indentation support.
|
* 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-indent-line)
|
||||||
(js-jsx-mode): New functions.
|
(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>
|
2015-10-31 Michael Albinus <michael.albinus@gmx.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user