ui: Defined colors for fulltext search and fulltext code highlights
This commit is contained in:
@@ -29,6 +29,8 @@ std::string SearchMatch::getSearchTypeName(SearchType type)
|
||||
return "command";
|
||||
case SEARCH_OPERATOR:
|
||||
return "operator";
|
||||
case SEARCH_FULLTEXT:
|
||||
return "fulltext";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -16,7 +16,8 @@ struct SearchMatch
|
||||
SEARCH_NONE,
|
||||
SEARCH_TOKEN,
|
||||
SEARCH_COMMAND,
|
||||
SEARCH_OPERATOR
|
||||
SEARCH_OPERATOR,
|
||||
SEARCH_FULLTEXT
|
||||
};
|
||||
|
||||
enum CommandType
|
||||
|
||||
Reference in New Issue
Block a user