We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce: Install:
npx create-react-app bug-demo npm install --save-dev styled-jsx npm install --save-dev sass @styled-jsx/plugin-sass
Add some styled-jsx (CRA-style):
<style jsx="true"> // whatever style... </style>
Current behavior: As you can see there is no syntax highlighting
Babel or Create React App (IDK) requires me to add jsx="true" otherwise it will through an error
jsx="true"
Expected behavior:
I want what the plugin is supposed to do 😊 Syntax highlighting Environment information:
VSCode
vscode-styled-jsx
styled-jsx
The text was updated successfully, but these errors were encountered:
Thanks for issue report.
Sorry, something went wrong.
iChenLei
Successfully merging a pull request may close this issue.
To reproduce:
Install:
Add some styled-jsx (CRA-style):
Current behavior:
As you can see there is no syntax highlighting
Babel or Create React App (IDK) requires me to add
jsx="true"
otherwise it will through an errorExpected behavior:
I want what the plugin is supposed to do 😊
Syntax highlighting
Environment information:
VSCode
version: 1.71.2vscode-styled-jsx
version: 2.1.1styled-jsx
version: 5.0.7The text was updated successfully, but these errors were encountered: