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 has been archived by the owner on Jun 30, 2024. It is now read-only.
I see, this should be a straight forward fix to be honest so please have a stab at it. (I don't have time to contribute to this project anymore but I can help)
I would assume this is adjusting the regex here or here until it doesn't do that.
There is a contributing guide here (follow the syntax section).
But to be honest, it should be as simple as loading this into regex101 and fiddling about with it until it doesn't match, then add it back in and check tests still pass.
Describe the bug (including copyable syntax)
Today vscode-styled-components highlights the
styled(Component)(
patternlike it does with the styled(Component)` pattern:
But should it?
Expected behavior
No highlights of the styled(Component)` pattern, per hudochenkov/postcss-styled-syntax#30 (comment)
Build environment (please complete the following information):
The text was updated successfully, but these errors were encountered: