Merge pull request #72 from joeskeen/master

Add text/ng-template to the HTML mime types
This commit is contained in:
João Moreno 2015-11-19 09:21:35 +01:00
commit 436151922a

View file

@ -10,7 +10,7 @@ modesExtensions.registerMode({
id: 'html',
extensions: ['.html', '.htm', '.shtml', '.mdoc', '.jsp', '.asp', '.aspx', '.jshtm'],
aliases: ['HTML', 'htm', 'html', 'xhtml'],
mimetypes: ['text/html', 'text/x-jshtm', 'text/template'],
mimetypes: ['text/html', 'text/x-jshtm', 'text/template', 'text/ng-template'],
moduleId: 'vs/languages/html/common/html',
ctorName: 'HTMLMode'
});