folke / ts-comments.nvim

Tiny plugin to enhance Neovim's native comments
Apache License 2.0
351 stars 23 forks source link

feat(styled): add styled-components support #50

Closed rliebz closed 3 months ago

rliebz commented 3 months ago

Description

This handles styled components in ecma files, such as:

const Div = styled.div`
  /* padding: 10px; */
`;

Related Issue(s)

N/A

Screenshots

N/A

folke commented 3 months ago

ty!