Skip to content

bashmish/es6-string-css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.