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:
@@ -110,6 +110,7 @@ const char * const C_STRING = "String";
|
||||
const char * const C_TYPE = "Type";
|
||||
const char * const C_LOCAL = "Local";
|
||||
const char * const C_FIELD = "Field";
|
||||
const char * const C_STATIC = "Static";
|
||||
const char * const C_VIRTUAL_METHOD = "VirtualMethod";
|
||||
const char * const C_KEYWORD = "Keyword";
|
||||
const char * const C_OPERATOR = "Operator";
|
||||
|
||||
Reference in New Issue
Block a user