forked from qt-creator/qt-creator
Highlighting: Add highlighting style for punctuation
Currently only operators have their own style but not punctuation tokens. Make possible to highlight both. Task-number: QTCREATORBUG-20666 Change-Id: I9533e0f1bef65b86c4e4f5c9756571103584124b Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -53,6 +53,7 @@ static const char *highlightingTypeToCStringLiteral(HighlightingType type)
|
||||
RETURN_TEXT_FOR_CASE(OutputArgument);
|
||||
RETURN_TEXT_FOR_CASE(PreprocessorDefinition);
|
||||
RETURN_TEXT_FOR_CASE(PreprocessorExpansion);
|
||||
RETURN_TEXT_FOR_CASE(Punctuation);
|
||||
RETURN_TEXT_FOR_CASE(Namespace);
|
||||
RETURN_TEXT_FOR_CASE(Class);
|
||||
RETURN_TEXT_FOR_CASE(Struct);
|
||||
|
||||
Reference in New Issue
Block a user