J
japh
Vim is swell about turning standard varbiable types green - like:
int myAge;
double myIQ;
or whatnot.
But if I have a class Point and declare a Point:
Point upperLeftCorner;
Point lowerRightCorner;
instead of high-lighting the word Point, it shows up white like any
other word.
Any setting in vim to get it to recognize declared class types ?
Thanks
int myAge;
double myIQ;
or whatnot.
But if I have a class Point and declare a Point:
Point upperLeftCorner;
Point lowerRightCorner;
instead of high-lighting the word Point, it shows up white like any
other word.
Any setting in vim to get it to recognize declared class types ?
Thanks