es6-string-css
es6-string-css copied to clipboard
Highlight CSS language in ES6 template literals
ES6 String CSS
Adds syntax highlight support for code, placed in ES6 template literals:
- CSS
Installation
- Install
es6-string-cssfrom extensions (ctrl + shift + x)
Example

Usage
Simply insert css or the comment /*css*/, /*inline-css*/ before a template literal.
Tip: Comment in the beginning of untagged template literal is required.
Requirements
- Visual Studio Code v1.19.0 recommended
Credits
This is a fork of the awesome extension es6-string-html.