How to get Visual Studio to apply syntax highlighting for annotated .vb files?

In Visual Studio 2013, when I annotate a .vb file with TFS, it appears without syntax highlighting.

Here is an example:

screenshot

I tried to start Visual Studio in safe mode. Syntax highlighting is great for regular, not annotated tabs. It is also great for annotated C # files.

How can I get syntax highlighting for working with annotated VB files?

+4
source share

All Articles