Add Ruby as a possible language

This commit is contained in:
Arthur Baars 2021-05-20 16:51:17 +02:00
parent eeaefb6054
commit c3633dc9bd
8 changed files with 15 additions and 3 deletions

1
lib/languages.js generated
View file

@ -9,6 +9,7 @@ var Language;
Language["java"] = "java";
Language["javascript"] = "javascript";
Language["python"] = "python";
Language["ruby"] = "ruby";
})(Language = exports.Language || (exports.Language = {}));
// Additional names for languages
const LANGUAGE_ALIASES = {