From 7dc4974d986de58a4bcb2ef212d4453e6c63a4ed Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 16 Sep 2016 18:57:46 +0200 Subject: [PATCH] disable html until it gets tests --- src/monaco.contribution.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/monaco.contribution.ts b/src/monaco.contribution.ts index 77c8a56b..fe24aace 100644 --- a/src/monaco.contribution.ts +++ b/src/monaco.contribution.ts @@ -92,13 +92,13 @@ registerLanguage({ aliases: [ 'Go' ], module: './go' }); -registerLanguage({ - 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'], - module: './html' -}); +// registerLanguage({ +// 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'], +// module: './html' +// }); registerLanguage({ id: 'ini', extensions: [ '.ini', '.properties', '.gitconfig' ],