Add TOML support

This commit is contained in:
Jonatan Heyman
2023-12-26 01:31:36 +01:00
parent 475f3465fe
commit 60caac45ab
6 changed files with 27 additions and 2 deletions

View File

@ -21,6 +21,7 @@ GUESSLANG_LANGUAGES = [
"go",
"clj",
"erl",
"toml",
]
const guessLang = new self.GuessLang()