emacs/test/manual/indent/html-multi.html
Tom Tromey 335174ee50 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.
2017-04-05 15:53:39 -06:00

30 lines
406 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>test</title>
<!--
<script>
// No indent in a comment
if (true) {
do not change;
}
</script>
-->
<style type="text/css">
h1 {
font-family: 'Spinnaker', sans-serif;
}
</style>
<script>
var a = 4 < 5;
function() {
if (x > 75)
return 25;
return "hello";
}
</script>
</head>
<body>
</body>
</html>