Adds syntax highlight support for html placed in es6 multiline strings
- Install
es6-string-htmlfrom extensions (ctrl + shift + x)
Simply insert the comment /html/ (see Requirements "section" for possible values)
or select Insert es6-string-html comment/template from the commands menu
(ctrl+shift+p or f1)
Tip: Comment in the beginning of es6 string is required
- Visual Studio Code v1.19.0 recommended
- Comment
/*html*/before the string. Possible values: -
/*html*/
-
/*inline-html*/
-
/*template*/
-
/*inline-template*/
ctrl+shift+h- Insert/*html*/ctrl+k h- Insert/*html*/``
If this project help you reduce time to develop, you can give me a cup of coffee :)
Initial release. Simple syntax highlight
Compatibility with prettier
Commands and keybindings
Enjoy!

