Changed categories used for pro file highlighting

Now reuses the colors set for Type and Keyword for the variables and
functions respectively. Having the categories Variable and Function in
the fonts and color settings was confusing.
This commit is contained in:
Thorbjørn Lindeijer
2009-01-08 16:15:25 +01:00
parent 171a3bb8d2
commit 57ab0b9e8e
7 changed files with 9 additions and 64 deletions

View File

@@ -91,9 +91,6 @@ const char * const C_REMOVED_LINE = "RemovedLine";
const char * const C_DIFF_FILE = "DiffFile";
const char * const C_DIFF_LOCATION = "DiffLocation";
const char * const C_VARIABLE = "Variable";
const char * const C_FUNCTION = "Function";
} // namespace Constants
} // namespace TextEditor