Merge pull request #37744 from mjbvz/html-ext-strict-1

Start moving html ext to strict mode compile
This commit is contained in:
Martin Aeschlimann
2017-11-09 09:57:16 +01:00
committed by GitHub
9 changed files with 31 additions and 36 deletions

View File

@@ -60,7 +60,6 @@ export function getHTMLMode(htmlLanguageService: HTMLLanguageService): LanguageM
if (offset > 0 && text.charAt(offset - 1).match(/[>\/]/g)) {
return htmlLanguageService.doTagComplete(document, position, htmlDocuments.get(document));
}
return null;
},
onDocumentRemoved(document: TextDocument) {
htmlDocuments.onDocumentRemoved(document);