forked from qt-creator/qt-creator
TextEditor: Add dedicated text style for C++ concepts
Fixes: QTCREATORBUG-29286 Change-Id: Ifc89bad0b84dfdbcac0720fc59799edd461c00bb Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -33,6 +33,7 @@ enum TextStyle : quint8 {
|
||||
C_NUMBER,
|
||||
C_STRING,
|
||||
C_TYPE,
|
||||
C_CONCEPT,
|
||||
C_NAMESPACE,
|
||||
C_LOCAL,
|
||||
C_PARAMETER,
|
||||
|
||||
Reference in New Issue
Block a user