michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

Provide support for styled jsx #74

Open reidterror opened 4 years ago

reidterror commented 4 years ago

Describe the issue Styled jsx looks like a normal string, when using a plugin such as vscode-styled-jsx or in my case vscode-styled-jsx-plugin-scss the highlighting gets blocked.

Screenshot of Current Behavior Imgur

Screenshot of Expected Behavior Imgur

kid1412621 commented 3 years ago

+1

michaelgmcd commented 2 years ago

Let me see if I can track down what's going on in the normal VSCode JS syntax.

michaelgmcd commented 2 years ago

What color theme are you using? The vscode-styled-jsx plugin works for me with a few themes (Atom One Light as an example).

Screen Shot 2021-07-24 at 10 22 45 AM