This commit is contained in:
Yuki Ueda
2016-05-12 19:30:35 +09:00
parent 6dcfa2e9d1
commit 6c3c3d3812
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"contributes": {
"languages": [{
"id": "html",
"extensions": [ ".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm" ],
"extensions": [ ".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm", ".vue" ],
"aliases": [ "HTML", "htm", "html", "xhtml" ],
"mimetypes": ["text/html", "text/x-jshtm", "text/template", "text/ng-template", "application/xhtml+xml"]
}],