I am trying to change the color of the http links inside string literals in Visual Studio 2010, but neither String, not Literal doesn't control the color of them. They still appear blue.
For instance:
"http://mylink.com"
" characters appear in the color I set, but http://mylink.com still stays the same color which is blue.
What item in the Fonts and Colors customization of VS control this?