update the included languages

This commit is contained in:
AnthonyMichaelTDM
2022-03-19 11:28:03 -07:00
parent 74534d14c4
commit 1d494e999a

View File

@@ -12,11 +12,12 @@ use std::path::{Path, PathBuf};
//DATA
const ROOT_DIR: &str = "../../";
const LANGUAGES: [(&str,&str); 9] = [ //first element of tuple is the language name, second element is the file extension
const LANGUAGES: [(&str,&str); 10] = [ //first element of tuple is the language name, second element is the file extension
("csharp", "cs"),
("java", "java"),
("javascript", "html"),
("pascal", "pas"),
("kotlin", "kt"),
("lua", "lua"),
("perl", "pl"),
("python", "py"),
("ruby", "rb"),