diff options
| author | Tom Tromey | 2017-03-23 11:34:18 -0600 |
|---|---|---|
| committer | Tom Tromey | 2017-04-05 15:53:39 -0600 |
| commit | 335174ee5037a2751c31bfd9ecb87cedb4bc3cda (patch) | |
| tree | d2faaab5f48303aa08ef707d842d2e22e31650f6 /etc | |
| parent | d392b6e82460d94b11627998da87e33880664060 (diff) | |
| download | emacs-335174ee5037a2751c31bfd9ecb87cedb4bc3cda.tar.gz emacs-335174ee5037a2751c31bfd9ecb87cedb4bc3cda.zip | |
add mhtml-mode.el
* etc/NEWS: Update.
* lisp/textmodes/mhtml-mode.el: New file.
* test/manual/indent/html-multi.html: New file.
* test/lisp/textmodes/mhtml-mode-tests.el: New file.
* doc/emacs/text.texi (HTML Mode): Mention mhtml-mode.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -753,6 +753,13 @@ processes on exit. | |||
| 753 | 753 | ||
| 754 | ** New library 'xdg' with utilities for some XDG standards and specs. | 754 | ** New library 'xdg' with utilities for some XDG standards and specs. |
| 755 | 755 | ||
| 756 | ** HTML | ||
| 757 | |||
| 758 | +++ | ||
| 759 | *** A new submode of `html-mode', `mthml-mode', is now the default | ||
| 760 | mode for *.html files. This mode handles indentation, | ||
| 761 | fontification, and commenting for embedded JavaScript and CSS. | ||
| 762 | |||
| 756 | 763 | ||
| 757 | * Incompatible Lisp Changes in Emacs 26.1 | 764 | * Incompatible Lisp Changes in Emacs 26.1 |
| 758 | 765 | ||