From dacb368160202508cec73daaa14faebeb9e7e193 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 9 Oct 2023 13:22:28 +0200 Subject: [PATCH] helpers/efmls-configs/extract.py: add missing languages --- helpers/efmls-configs/extract.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helpers/efmls-configs/extract.py b/helpers/efmls-configs/extract.py index d88f97e957..8c120e4edc 100755 --- a/helpers/efmls-configs/extract.py +++ b/helpers/efmls-configs/extract.py @@ -13,6 +13,7 @@ identity_langs = [ "bash", + "blade", "c", "clojure", "cmake", @@ -29,23 +30,28 @@ "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",