[html] embedded css/javascript in attribute values

This commit is contained in:
Martin Aeschlimann
2016-11-21 17:02:52 +01:00
parent b0780bc908
commit 287a5deb91
8 changed files with 192 additions and 48 deletions

View File

@@ -13,6 +13,9 @@ export function getHTMLMode(htmlLanguageService: HTMLLanguageService, htmlDocume
let settings: any = {};
return {
getId() {
return 'html';
},
configure(options: any) {
settings = options && options.html;
},