We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b455dd7 commit 83db2f3Copy full SHA for 83db2f3
src/SyntaxManager.cpp
@@ -120,11 +120,11 @@ std::unique_ptr<QSyntaxHighlighter> SyntaxManager::createHighlighter(QTextDocume
120
}
121
else
122
{
123
- qDebug() << "No extensions key in YAML config.";
+ qDebug() << "[SyntaxManager] No extensions key in YAML config.";
124
125
126
#ifdef DEBUG
127
- qDebug() << "No matching highlighter found for extension:" << extension;
+ qDebug() << "[SyntaxManager] No matching highlighter found for extension:" << extension;
128
#endif
129
return nullptr;
130
0 commit comments