**Describe the bug (including copyable syntax)** Today vscode-styled-components highlights the `styled(Component)(` pattern <img width="246" alt="SCR-20240528-oyqe" src="https://github.com/styled-components/vscode-styled-components/assets/3165635/755b1dbb-13bf-47ef-a87d-e075b1d2bd95"> like it does with the styled(Component)` pattern: <img width="230" alt="SCR-20240528-oyrq" src="https://github.com/styled-components/vscode-styled-components/assets/3165635/31aa475c-227f-452c-a91e-5197fe3a51d2"> But should it? **Expected behavior** No highlights of the styled(Component)` pattern, per https://github.com/hudochenkov/postcss-styled-syntax/issues/30#issuecomment-2134132554 **Build environment (please complete the following information):** - OS: macOS - VSCode Version: 1.89.1 - Extension Version 1.7.8
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):