helpers/efmls-configs/extract.py: add missing languages

This commit is contained in:
Gaetan Lepage 2023-10-09 13:22:28 +02:00 committed by Gaétan Lepage
parent 369254237a
commit 7014569cbf

View file

@ -13,6 +13,7 @@ tools = {
identity_langs = [
"bash",
"blade",
"c",
"clojure",
"cmake",
@ -29,23 +30,28 @@ identity_langs = [
"java",
"javascript",
"json",
"jsonc",
"ksh",
"less",
"lua",
"make",
"markdown",
"nix",
"pawn",
"php",
"proto",
"python",
"roslyn",
"ruby",
"rust",
"sass",
"scala",
"scss",
"sh",
"slim",
"sml",
"solidity",
"tex",
"toml",
"typescript",
"vala",