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
I am currently using stylus in a styled-jsx project, with this plugin to have highlighting in webStorm.
I couldn't find a way to set it up, so that webStorm automatically does the appropriate highlighting in the tags.
WebStorm does support it if I add {/* laungage=styl */} before the styled jsx tag, but that is not that nice imo.
So my feature request:
Make it possible to configure the used css language per project in the settings.
Have a nice Day,
Hannes
The text was updated successfully, but these errors were encountered:
I am currently using stylus in a styled-jsx project, with this plugin to have highlighting in webStorm.
I couldn't find a way to set it up, so that webStorm automatically does the appropriate highlighting in the tags.
WebStorm does support it if I add
{/* laungage=styl */}
before the styled jsx tag, but that is not that nice imo.So my feature request:
Make it possible to configure the used css language per project in the settings.
Have a nice Day,
Hannes
The text was updated successfully, but these errors were encountered: