forked from qt-creator/qt-creator
Highlight the enumerators using the Static `char format'.
The new `Static' format will be used to mark all the static members, e.g. enumerators, static functions, and static class members, but right now, it is used only for enumerators.
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
Type = 0,
|
||||
Local,
|
||||
Field,
|
||||
Static,
|
||||
VirtualMethod
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user