fix: Add qml in code handler for processing model answers (#138)

This commit is contained in:
Petr Mironychev 2025-03-14 10:47:30 +01:00 committed by GitHub
parent 3cf07238fd
commit f2e0afb6b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,7 @@ const QVector<LanguageProperties> &getKnownLanguages()
{"shell", "#", {"shell", "bash", "sh"}, {"sh", "bash"}},
{"perl", "#", {"pl", "perl"}, {"pl"}},
{"hs", "--", {"hs", "haskell"}, {"hs"}},
{"qml", "//", {"qml"}, {"qml"}},
};
return knownLanguages;