-
Notifications
You must be signed in to change notification settings - Fork 95
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
Include CSS grammar in style attributes #88
Comments
Currently this isn't really possible due to how the CSS grammar is structured. The HTML grammar is already structured to be ready for when the CSS grammar is restructured/redone though. |
hi all, If so, please link here. Currently, looking at this ticket, I don't see what's "the next step", is the issue moving. It seems VSCode's HTML inline CSS highlighting depends on this issue. |
@infininight i hope this is the right place to ask! I'm looking into this issue, any guidance at all would be appreciated: dracula/visual-studio-code#86 (comment) Image: https://user-images.githubusercontent.com/33581079/44486178-3baf1500-a629-11e8-80c6-5734c1858faa.png |
As HTML email developers, we rely heavily on inline CSS syntax highlighting. VS not having this is the only reason I haven't switched over. Here's a screenshot illustrating the difference in having CSS inline syntax highlighting or not - https://i.imgur.com/h5EkNXE.png Does anyone think this will ever be fixed/implemented? |
Is it going to be supported? What is the implementation complexity here? I can try to help |
Can this be looked into? This is one of the last things I'm trying to customize after switching to VSCode. |
Yeah Please try to implement this. This is the only feature that makes me switch to sublime text and back to VSCode. Thanks in advance!! |
Anyone know of any workarounds? |
Syntax highlighting for inline CSS in HTML is very important! It would be great if VSCode developers could implement this feature. |
+1 |
Is this still active or has it been forgotten? |
+1 |
1 similar comment
+1 |
+1 Theres an extension that enables this btw: https://marketplace.visualstudio.com/items?itemName=outofsync42.inline-css-color (albeit its a little tedious to setup as it requires you to manually modify your settings.json) |
+1 |
I'm certain that interest for this feature remains strong. |
+1. Take my vote for this feature. This is especially an issue when trying to switch from Sublime to VSCode to refactor older projects with a lot of inline CSS. |
Would it cause any issues to add
source.css
to the value ofstyle
attributes?The text was updated successfully, but these errors were encountered: