Associate .xhtml with HTML language mode

Fixes #3521
This commit is contained in:
Daniel Imms 2016-02-27 21:39:16 -08:00
parent 8b7f21e10b
commit 98e9498df5

View file

@ -6,7 +6,7 @@
"contributes": {
"languages": [{
"id": "html",
"extensions": [ ".html", ".htm", ".shtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm" ],
"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"]
}],