When in C++ I declare abstract class like:
__interface ISomething {
void A();
}
VAssist colors all ISomething as "method" color (in my case is brown), but ISomething is abstract class and must be colored as "classes,stuctures and typedefs" color (in my case is blue).