-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
CSS highlighting & autocomplete #3
Comments
CSS highlighting could be done similar to how we handle HTML, as an embedded language Autocomplete would be more difficult, and I would like for this feature to be implemented first. style base(color : String) {
color: #{color};
width: #{color} <- color does not make sense here
} |
We could use something like this, how HTML handles |
Honestly if we highlight the I didn't investigate what you suggested, though. |
@s0kil @lukepighetti I think with #21 this issue is resolved? |
As pictured in #21 this issue is resolved |
What do we need to enable CSS highlighting & autocomplete in syntax highlighting? Can we somehow pipe Emmet in?
The text was updated successfully, but these errors were encountered: