add QL as another supported language

This commit is contained in:
erik-krogh
2022-08-10 19:43:31 +02:00
parent 680d08e97d
commit 71a8b35ff4
6 changed files with 6 additions and 4 deletions
+1
View File
@@ -12,6 +12,7 @@ var Language;
Language["python"] = "python";
Language["ruby"] = "ruby";
Language["swift"] = "swift";
Language["ql"] = "ql";
})(Language = exports.Language || (exports.Language = {}));
// Additional names for languages
const LANGUAGE_ALIASES = {