CppHighlighter: highlight macro references.

Change-Id: I7c90957aa67e03a109af0a722160d4e1c759d716
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
Francois Ferrand
2010-11-03 11:02:25 +01:00
committed by Leandro Melo
parent 85ce5aba62
commit 85609aff8e
9 changed files with 101 additions and 61 deletions

View File

@@ -52,7 +52,8 @@ public:
FieldUse,
StaticUse,
VirtualMethodUse,
LabelUse
LabelUse,
MacroUse
};
typedef TextEditor::SemanticHighlighter::Result Use;