vscode-inline-html icon indicating copy to clipboard operation
vscode-inline-html copied to clipboard

Add support for styled components

Open brandonmcconnell opened this issue 1 year ago • 0 comments

We often use this syntax:

const StyledDiv = styled.div`
  color: red;
  font-size: 20px;
`;

But this is the syntax highlighting I see:

It would be great to support that syntax out of the box for CSS strings while retaining support for CSS intellisense and Emmet, etc.:

styled.element`...`

brandonmcconnell avatar Apr 14 '24 17:04 brandonmcconnell