Sublime Forum

C++ syntax highlighting fails after a global function call

#1

I was wondering if anyone experienced this. I’m using Sublime 2 and basically, syntax highlighting messes up after a global function call.

As you can tell, not only is MessageBox() highlighted as green (though it should be blue), but everything afterwards is white.


In another occurrence (located earlier on in the same file), MessageBox() is still incorrectly colored, but so is exit(). The rest isn’t affected.


0 Likes