forked from qt-creator/qt-creator
TextEditor: Add global variable text styles
Change-Id: I088dc484b6a4ace79609ca7fcc4145344ccea5a9 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -48,6 +48,8 @@ TextEditor::TextStyle toTextStyle(ClangBackEnd::HighlightingType type)
|
||||
return TextEditor::C_LOCAL;
|
||||
case HighlightingType::Field:
|
||||
return TextEditor::C_FIELD;
|
||||
case HighlightingType::GlobalVariable:
|
||||
return TextEditor::C_GLOBAL;
|
||||
case HighlightingType::Enumeration:
|
||||
return TextEditor::C_ENUMERATION;
|
||||
case HighlightingType::Label:
|
||||
|
||||
Reference in New Issue
Block a user