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.
Allow tagged template injections to accept function parameters
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.
0 commit comments