Add application/xhtml+xml as a HTML mimetype

Related #3521
This commit is contained in:
Daniel Imms 2016-02-29 15:29:03 -08:00
parent 346b45740b
commit 2212fbbb6c

View file

@ -8,7 +8,7 @@
"id": "html",
"extensions": [ ".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm" ],
"aliases": [ "HTML", "htm", "html", "xhtml" ],
"mimetypes": ["text/html", "text/x-jshtm", "text/template", "text/ng-template"]
"mimetypes": ["text/html", "text/x-jshtm", "text/template", "text/ng-template", "application/xhtml+xml"]
}],
"grammars": [{
/* "language": "html", not yet enabled*/
@ -17,4 +17,4 @@
}]
}
}
}