better lexer name handling
This commit is contained in:
@@ -33,8 +33,12 @@ QString LexerGroupActionMenu::displayName(const QString &lexerName)
|
||||
{
|
||||
static const QHash<QString, QString> displayNameMap {
|
||||
{"cpp", "C++"},
|
||||
{"python", "Python"},
|
||||
{"cmake", "CMake"},
|
||||
{"hypertext", "HTML"},
|
||||
{"xml", "XML"},
|
||||
{"json", "JSON"},
|
||||
{"css", "CSS"},
|
||||
{"powershell", "PowerShell"}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user