You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This change fixes#634 which reports that the Tree-Sitter JavaScript grammar
does not correctly highlight tagged template injections which have function
parameters, such as those used in the Styled Components library. The fix
enables tagged template injections to be highlighted correctly when the template
invocation includes function arguments.
Prerequisites
Description
The CSS grammar is not properly injected for styled-components using custom components.
Steps to Reproduce
The following correctly syntax highlights:
The following does not correctly syntax highlight:
Versions
The text was updated successfully, but these errors were encountered: