borela / naomi

Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Other
557 stars 20 forks source link

Styled Components CSS helper breaks highlighting #263

Open CoetzeeStrydom opened 3 years ago

CoetzeeStrydom commented 3 years ago

When using the css helper the rest of the styled components syntax highlighting is broken.

animation: ${({ position }) =>
    css`
        ${particleAnimation(position)} linear infinite
    `};