aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTom Tromey2017-03-23 11:34:18 -0600
committerTom Tromey2017-04-05 15:53:39 -0600
commit335174ee5037a2751c31bfd9ecb87cedb4bc3cda (patch)
treed2faaab5f48303aa08ef707d842d2e22e31650f6 /etc
parentd392b6e82460d94b11627998da87e33880664060 (diff)
downloademacs-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/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8b17f1648bf..3a3503b133c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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