/vscode-sass-template-strings

Syntax highlighting for CSS and Sass template strings.

MIT LicenseMIT

Sass Template Strings (VS Code Extension)

VS Code extension to add first-class CSS and Sass syntax highlighting for css, sass, and scss ES6 template literals (template strings).

For example:

css`
/* Adds syntax highlighting here */
.foo bar {
  content: "baz";
}
`

sass`
/* And here */
.foo {
  .bar {
    content: "baz";
  }
}
`

sass-template-strings is a fork of sass-in-template-string which is a fork of vscode-styled-components.


Licensed as MIT.