The Highlight constants now follow the order defined by the new 'gb.eval.highlight' design.
[GB.EVAL] * NEW: The Highlight constants now follow the order defined by the new 'gb.eval.highlight' design.
This commit is contained in:
parent
7b681d214e
commit
0f80f22530
@ -67,28 +67,28 @@ typedef
|
||||
{
|
||||
HIGHLIGHT_BACKGROUND,
|
||||
HIGHLIGHT_NORMAL,
|
||||
HIGHLIGHT_SELECTION,
|
||||
HIGHLIGHT_ALTERNATE,
|
||||
HIGHLIGHT_HIGHLIGHT,
|
||||
HIGHLIGHT_LINE,
|
||||
HIGHLIGHT_ADDED,
|
||||
HIGHLIGHT_REMOVED,
|
||||
HIGHLIGHT_ERROR,
|
||||
HIGHLIGHT_COMMENT,
|
||||
HIGHLIGHT_HELP,
|
||||
HIGHLIGHT_KEYWORD,
|
||||
HIGHLIGHT_SUBR,
|
||||
HIGHLIGHT_OPERATOR,
|
||||
HIGHLIGHT_SYMBOL,
|
||||
HIGHLIGHT_NUMBER,
|
||||
HIGHLIGHT_STRING,
|
||||
HIGHLIGHT_COMMENT,
|
||||
HIGHLIGHT_BREAKPOINT,
|
||||
HIGHLIGHT_CURRENT,
|
||||
HIGHLIGHT_DATATYPE,
|
||||
HIGHLIGHT_SELECTION,
|
||||
HIGHLIGHT_HIGHLIGHT,
|
||||
HIGHLIGHT_LINE,
|
||||
HIGHLIGHT_ERROR,
|
||||
HIGHLIGHT_HELP,
|
||||
HIGHLIGHT_PREPROCESSOR,
|
||||
HIGHLIGHT_ESCAPE,
|
||||
HIGHLIGHT_LABEL,
|
||||
HIGHLIGHT_CONSTANT,
|
||||
HIGHLIGHT_ALTERNATE,
|
||||
HIGHLIGHT_ADDED,
|
||||
HIGHLIGHT_REMOVED,
|
||||
HIGHLIGHT_NUM_COLOR
|
||||
}
|
||||
HIGHLIGHT_COLOR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user