Somehow part of my syntax highlighting for C# code has disappeared in the VS 2012 IDE. Uninstalling, rebooting, and reinstalling does nothing, nor does resetting the colors in the options dialog.
Here are some examples of items which all appear in default (black) that normally have color which don't:
- Attributes
- System classes
- My own classes
And here are some keywords that still have color:
- using
- public
- void
- var
- for
Has anyone else experienced this and managed to fix it?