html.format.unformatted does not respect scripts. Fixes #16634

This commit is contained in:
Martin Aeschlimann
2016-12-07 19:32:04 +01:00
parent 067cf11bf0
commit 8eb0cce438
3 changed files with 9 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ export function getJavascriptMode(documentRegions: LanguageModelCache<HTMLDocume
return {
getId() {
return 'html';
return 'javascript';
},
configure(options: any) {
settings = options && options.javascript;