Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 677 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 677 Bytes

ES6 String CSS

VSCode Marketplace

Adds syntax highlight support for code, placed in ES6 template literals:

  • CSS

Installation

  • Install es6-string-css from extensions (ctrl + shift + x)

Example

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.