forked from qt-creator/qt-creator
CppHighlighter: highlight macro references.
Change-Id: I7c90957aa67e03a109af0a722160d4e1c759d716 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
committed by
Leandro Melo
parent
85ce5aba62
commit
85609aff8e
@@ -52,7 +52,8 @@ public:
|
||||
FieldUse,
|
||||
StaticUse,
|
||||
VirtualMethodUse,
|
||||
LabelUse
|
||||
LabelUse,
|
||||
MacroUse
|
||||
};
|
||||
typedef TextEditor::SemanticHighlighter::Result Use;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user