MASM Syntax Highlighting in C++ for Visual Studio 2010

Posted by Ian Mallett on Super User See other posts from Super User or by Ian Mallett
Published on 2012-03-30T17:04:45Z Indexed on 2012/03/30 17:33 UTC
Read the original article Hit count: 349

Filed under:

So, I had Visual Studio 2010 Ultimate, and everything was great.

However, I was confused, thought I wanted MASM, and installed the SDK. This causes strange problems for syntax highlighting. When I'm editing a C/C++ file, for instance, a lot of words (e.g., "data", "add", "sub", "mul", "div", "eax", etc.) are highlighted.

At first, I thought I'd just learn to live with it, but it has gotten annoying.

I could find nothing online, so, I deleted the MASM folder completely (method of uninstallation), uninstalled Visual Studio, and then installed it again.

I firedit up, and the problem persists.

Any clues? Thanks,
Ian

© Super User or respective owner

Related posts about visual-studio-2010