disable html until it gets tests
parent
5e08803177
commit
7dc4974d98
|
@ -92,13 +92,13 @@ registerLanguage({
|
||||||
aliases: [ 'Go' ],
|
aliases: [ 'Go' ],
|
||||||
module: './go'
|
module: './go'
|
||||||
});
|
});
|
||||||
registerLanguage({
|
// registerLanguage({
|
||||||
id: 'html',
|
// id: 'html',
|
||||||
extensions: ['.html', '.htm', '.shtml', '.xhtml', '.mdoc', '.jsp', '.asp', '.aspx', '.jshtm'],
|
// extensions: ['.html', '.htm', '.shtml', '.xhtml', '.mdoc', '.jsp', '.asp', '.aspx', '.jshtm'],
|
||||||
aliases: ['HTML', 'htm', 'html', 'xhtml'],
|
// 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'],
|
||||||
module: './html'
|
// module: './html'
|
||||||
});
|
// });
|
||||||
registerLanguage({
|
registerLanguage({
|
||||||
id: 'ini',
|
id: 'ini',
|
||||||
extensions: [ '.ini', '.properties', '.gitconfig' ],
|
extensions: [ '.ini', '.properties', '.gitconfig' ],
|
||||||
|
|
Loading…
Reference in New Issue