Skip to content

wmertens/vscode-styled-components

 
 

Repository files navigation

vscode-styled-components

Syntax highlighting for styled-components.

Syntax highlighting in action

Uses the CSS grammar from the Atom language-babel.

Features

Known Issues

Highlighting is broken immediately after a styled-component is returned from an arrow function:

const arrowFun = (...args) => css`
    height: 12px;
`

const test = "'const' isn't highlighted correctly"

About

Syntax highlighting for styled-components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%