mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-14 02:54:48 -04:00
fix: Add qml in code handler for processing model answers (#138)
This commit is contained in:
@ -52,6 +52,7 @@ const QVector<LanguageProperties> &getKnownLanguages()
|
|||||||
{"shell", "#", {"shell", "bash", "sh"}, {"sh", "bash"}},
|
{"shell", "#", {"shell", "bash", "sh"}, {"sh", "bash"}},
|
||||||
{"perl", "#", {"pl", "perl"}, {"pl"}},
|
{"perl", "#", {"pl", "perl"}, {"pl"}},
|
||||||
{"hs", "--", {"hs", "haskell"}, {"hs"}},
|
{"hs", "--", {"hs", "haskell"}, {"hs"}},
|
||||||
|
{"qml", "//", {"qml"}, {"qml"}},
|
||||||
};
|
};
|
||||||
|
|
||||||
return knownLanguages;
|
return knownLanguages;
|
||||||
|
Reference in New Issue
Block a user