From eab342e2bb5f90d5f11dae28eaecee6a37e77aa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Oct 2023 11:42:25 +0000 Subject: [PATCH] autogenerated: Update options --- helpers/efmls-configs/extract.py | 1 + .../language-servers/efmls-configs-tools.json | 75 ++++++++++++++++++- 2 files changed, 75 insertions(+), 1 deletion(-) diff --git a/helpers/efmls-configs/extract.py b/helpers/efmls-configs/extract.py index 8c120e4e..4cbf4179 100755 --- a/helpers/efmls-configs/extract.py +++ b/helpers/efmls-configs/extract.py @@ -51,6 +51,7 @@ identity_langs = [ "slim", "sml", "solidity", + "sql", "tex", "toml", "typescript", diff --git a/plugins/lsp/language-servers/efmls-configs-tools.json b/plugins/lsp/language-servers/efmls-configs-tools.json index 30f61a71..2ee0bf80 100644 --- a/plugins/lsp/language-servers/efmls-configs-tools.json +++ b/plugins/lsp/language-servers/efmls-configs-tools.json @@ -17,9 +17,18 @@ "csh", "ksh" ], + "biome": [ + "typescript", + "javascript", + "json", + "jsonc" + ], "black": [ "python" ], + "blade_formatter": [ + "blade" + ], "cbfmt": [ "markdown" ], @@ -66,6 +75,9 @@ "fish_indent": [ "fish" ], + "fixjson": [ + "json" + ], "forge_fmt": [ "solidity" ], @@ -78,6 +90,9 @@ "gofmt": [ "go" ], + "gofumpt": [ + "go" + ], "goimports": [ "go" ], @@ -99,9 +114,15 @@ "js_standard": [ "javascript" ], + "latexindent": [ + "tex" + ], "lua_format": [ "lua" ], + "mdformat": [ + "markdown" + ], "nixfmt": [ "nix" ], @@ -124,7 +145,8 @@ "sass", "less", "html", - "json" + "json", + "yaml" ], "prettier_d": [ "javascript", @@ -144,9 +166,26 @@ "javascript", "typescript" ], + "protolint": [ + "proto" + ], + "rome": [ + "typescript", + "javascript", + "json" + ], + "ruff": [ + "python" + ], "rustfmt": [ "rust" ], + "scalafmt": [ + "scala" + ], + "shellharden": [ + "sh" + ], "shfmt": [ "sh", "bash" @@ -154,9 +193,21 @@ "smlfmt": [ "sml" ], + "sql-formatter": [ + "sql" + ], + "stylelint": [ + "css", + "scss", + "sass", + "less" + ], "stylua": [ "lua" ], + "taplo": [ + "toml" + ], "terraform_fmt": [ "tf" ], @@ -177,6 +228,9 @@ ], "yapf": [ "python" + ], + "yq": [ + "yaml" ] }, "linters": { @@ -195,6 +249,12 @@ "bashate": [ "bash" ], + "checkmake": [ + "make" + ], + "chktex": [ + "tex" + ], "clang_tidy": [ "c", "cpp" @@ -205,6 +265,12 @@ "clj_kondo": [ "clojure" ], + "cmake_lint": [ + "cmake" + ], + "codespell": [ + "misc" + ], "cppcheck": [ "c", "cpp" @@ -213,6 +279,9 @@ "c", "cpp" ], + "cspell": [ + "misc" + ], "dartanalyzer": [ "dart" ], @@ -282,12 +351,16 @@ "luacheck": [ "lua" ], + "markdownlint": [ + "markdown" + ], "mcs": [ "cs" ], "mypy": [ "python" ], + "perlcritic": [], "phan": [ "php" ],