Made the highlighting for locals and fields configurable

Reviewed-by: mae
This commit is contained in:
Thorbjørn Lindeijer
2010-07-15 17:01:37 +02:00
parent 08bc6c0027
commit 15e655b718
4 changed files with 20 additions and 9 deletions

View File

@@ -108,6 +108,8 @@ const char * const C_OCCURRENCES_RENAME = "Occurrences.Rename";
const char * const C_NUMBER = "Number";
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_KEYWORD = "Keyword";
const char * const C_OPERATOR = "Operator";
const char * const C_PREPROCESSOR = "Preprocessor";