0

VS2012 Update 1, Web Essentials 2.6

With "Tools > Options" the background color of CSS comments is set to some non-white color. If coding a single line comment with "//", the characters of the comment are correctly colored. However, the comment's spaces still have a white background. This makes reading the comment difficult.

How can I set the entire comment's background color correctly?

mgs
  • 4,716
  • 2
  • 17
  • 17

1 Answers1

3

We're aware of the issue with // comments in LESS and a fix is coming. It's not Web Essentials that causes this though.

Mads Kvist Kristensen
  • 2,610
  • 2
  • 18
  • 14
  • Thanks a lot for the answer. Also with /**/ the background color is not correct. – mgs Mar 26 '13 at 05:40