diff --git a/CodeHandler.cpp b/CodeHandler.cpp index 562c5dc..4172bc6 100644 --- a/CodeHandler.cpp +++ b/CodeHandler.cpp @@ -52,6 +52,7 @@ const QVector &getKnownLanguages() {"shell", "#", {"shell", "bash", "sh"}, {"sh", "bash"}}, {"perl", "#", {"pl", "perl"}, {"pl"}}, {"hs", "--", {"hs", "haskell"}, {"hs"}}, + {"qml", "//", {"qml"}, {"qml"}}, }; return knownLanguages;