-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Highlight support #19
Comments
Hey! I get that too, I can try to fork the vscode plugin for styled components and see where that leads me |
@SaraVieira Awesome 😃 |
Hey @SaraVieira ! did u manage to make any progress on supporting highlighting for this? |
I'mma be honest I completly forgot about this but I will now take a look at the vscode plugin for styled components |
The main idea would be to pick up this: https://github.com/styled-components/vscode-styled-components and extend it |
As an alternative you could use typescript-styled-plugin, by adding to a
This doesn't require the rest of your project to be typescript, and works for javascript files. |
@luke-john I've added what you suggested in a
|
Hey there!
So, I really think I can get some good use out of your library. However, highlighting is unfortunately not supported for your methods (at least in VScode).
Any idea on how to support proper syntax highlighting? I really enjoy having the ability to do:
instead of:
The text was updated successfully, but these errors were encountered: