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:
Christian Kandeler
2023-06-16 16:59:13 +02:00
parent 125e345e2e
commit 7b8117ba2f
6 changed files with 11 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ enum TextStyle : quint8 {
C_NUMBER,
C_STRING,
C_TYPE,
C_CONCEPT,
C_NAMESPACE,
C_LOCAL,
C_PARAMETER,