Adds syntax highlight support for HTML & CSS placed in java text blocks:
- Install
vscode-java-html
from extensions (ctrl + shift + x
)
Simply insert
- The comment
/*css*/
,/*inline-css*/
before a CSS text block. - The comment
/*html*/
,/*inline-html*/
before a HTML text block.