mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-06-04 01:28:58 -04:00
fix: Add qml in code handler for processing model answers (#138)
This commit is contained in:
parent
3cf07238fd
commit
f2e0afb6b8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user