Skip to content
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

Comment color #27

Closed
ryanburnett opened this issue Dec 9, 2013 · 11 comments
Closed

Comment color #27

ryanburnett opened this issue Dec 9, 2013 · 11 comments

Comments

@ryanburnett
Copy link

Love SassyStudio!

Any chance the Sass comments could appear green (ala CSS comments) instead of yellow? Or is that a VS limitation?

Thank you!

@darrenkopp
Copy link
Owner

Yeah, you should be able to change that in fonts and colors options (Tools > Options > Environment > Fonts and Colors > SCSS Comment). I'm surprised that it's yellow, are you using light or dark theme? I have it attempt to copy the visual studio options, so yellow instead of green is surprising.

@ryanburnett
Copy link
Author

I'm using the dark theme and tried changing the color options yet it stays yellow. Here's a screenshot:

http://www.evernote.com/shard/s295/sh/237b6c47-528a-4428-baf6-873e979b0dbf/5d7b5dd9b0c8ca8e71744ec4ef719c37

Thank you.

@darrenkopp
Copy link
Owner

Do you have .scss file extension configured as CSS? that looks like the VS CSS editor. Something is different because there shouldn't be red squiggles underneath those values...

Check under the Text Editor > File Extensions in the options

@ryanburnett
Copy link
Author

Yes, I configured that, here's a screenshot:

http://www.evernote.com/shard/s295/sh/c1e2ba7f-db3e-4aef-9ea4-d0d03d13f1e5/d98f355d96f8932bb47d1ed63eea9803

I'm running VS 2012. Anything else I can try?

@darrenkopp
Copy link
Owner

Yeah, you want to remove that. That's likely the problem (unless you just added it due to my poor wording). Remove that, then reload the document (possibly VS, not sure on this one).

@ryanburnett
Copy link
Author

I removed the file extension, closed VS and reopened VS with the same issue:

http://www.evernote.com/shard/s295/sh/05aabe4a-4a7d-4cf7-98ac-a7e5e14aeb74/fc57198eb9e87f8bd14187d37ad764c5

Any other ideas?

@darrenkopp
Copy link
Owner

Not off the top of my head. The red squiggles are making me thing something else is interfering, because I don't put any error stuff in there, but perhaps those are something like spell checker or something similar.

If you could send document, I could try to reproduce to see if it's a parsing error up above, but I'm guessing it's just VS treating it as CSS, so I'll have to go see if there is other places where that can happen.

Do you have any other extensions that do sass stuff?

@darrenkopp
Copy link
Owner

This is what it should look like with that:

sassy_formatting

@ryanburnett
Copy link
Author

Restarted VS again and it's working now!

Thanks so much for your help.

P.S. How do you do add comment inline images?

@darrenkopp
Copy link
Owner

Yeah, I'm guessing for some reason the VS CSS editor is loading... I'll see if I can find a cause. Here's what I see when I tell VS to load css editor, looks almost identical outside of colors:

css_formatting

@darrenkopp
Copy link
Owner

To comment inline, you just drag an image into the text editor (at least how i did it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants