diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2025-05-19 12:07:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-19 10:07:52 +0000 |
| commit | 3886b31e99ff091bb47d97b6144fb470a12c2703 (patch) | |
| tree | df15ff8f86c8637867aecc396e65ddff6d02f5fa /lua | |
| parent | docs: update installation & setup section, add lazy.nvim examples (#557) (diff) | |
| download | mason-lspconfig-3886b31e99ff091bb47d97b6144fb470a12c2703.tar mason-lspconfig-3886b31e99ff091bb47d97b6144fb470a12c2703.tar.gz mason-lspconfig-3886b31e99ff091bb47d97b6144fb470a12c2703.tar.bz2 mason-lspconfig-3886b31e99ff091bb47d97b6144fb470a12c2703.tar.lz mason-lspconfig-3886b31e99ff091bb47d97b6144fb470a12c2703.tar.xz mason-lspconfig-3886b31e99ff091bb47d97b6144fb470a12c2703.tar.zst mason-lspconfig-3886b31e99ff091bb47d97b6144fb470a12c2703.zip | |
chore: update generated code (#558)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason-lspconfig/filetype_mappings.lua | 184 |
1 files changed, 93 insertions, 91 deletions
diff --git a/lua/mason-lspconfig/filetype_mappings.lua b/lua/mason-lspconfig/filetype_mappings.lua index 1db0de6..b16cd1e 100644 --- a/lua/mason-lspconfig/filetype_mappings.lua +++ b/lua/mason-lspconfig/filetype_mappings.lua @@ -7,9 +7,9 @@ return { antlers = { "antlersls" }, arduino = { "arduino_language_server" }, asm = { "asm_lsp" }, - aspnetcorerazor = { "tailwindcss", "htmx" }, - astro = { "astro", "stylelint_lsp", "tailwindcss", "unocss", "biome", "emmet_ls", "eslint", "htmx" }, - ["astro-markdown"] = { "tailwindcss", "htmx" }, + aspnetcorerazor = { "htmx", "tailwindcss" }, + astro = { "astro", "eslint", "biome", "emmet_ls", "htmx", "stylelint_lsp", "unocss", "tailwindcss" }, + ["astro-markdown"] = { "htmx", "tailwindcss" }, automake = { "autotools_ls" }, awk = { "awk_ls" }, bash = { "bashls" }, @@ -18,25 +18,25 @@ return { beancount = { "beancount" }, bib = { "ltex_plus", "ltex", "texlab" }, bicep = { "bicep" }, - blade = { "stimulus_ls", "tailwindcss", "htmx" }, + blade = { "htmx", "stimulus_ls", "tailwindcss" }, brs = { "bright_script" }, bsl = { "bsl_ls" }, - bzl = { "bzl", "starlark_rust", "starpls" }, + bzl = { "starlark_rust", "starpls", "bzl" }, c = { "ast_grep", "clangd", "harper_ls" }, cairo = { "cairo_ls" }, clar = { "clarity_lsp" }, clarity = { "clarity_lsp" }, - clojure = { "tailwindcss", "clojure_lsp", "htmx" }, - cmake = { "cmake", "neocmake", "harper_ls" }, + clojure = { "clojure_lsp", "htmx", "tailwindcss" }, + cmake = { "harper_ls", "neocmake", "cmake" }, cobol = { "cobol_ls" }, - comp = { "glsl_analyzer", "glslls" }, + comp = { "glslls", "glsl_analyzer" }, config = { "autotools_ls" }, context = { "ltex_plus", "ltex" }, coq = { "coq_lsp" }, cpp = { "ast_grep", "clangd", "harper_ls" }, crystal = { "crystalline" }, - cs = { "harper_ls", "csharp_ls", "omnisharp_mono", "omnisharp" }, - css = { "ast_grep", "stylelint_lsp", "tailwindcss", "unocss", "biome", "emmet_language_server", "emmet_ls", "cssls", "css_variables" }, + cs = { "harper_ls", "omnisharp", "csharp_ls" }, + css = { "ast_grep", "biome", "emmet_language_server", "emmet_ls", "cssls", "css_variables", "stylelint_lsp", "unocss", "tailwindcss" }, cucumber = { "cucumber_language_server" }, cuda = { "clangd" }, cue = { "dagger" }, @@ -44,87 +44,89 @@ return { d = { "serve_d" }, dart = { "ast_grep", "harper_ls" }, dhall = { "dhall_lsp_server" }, - ["django-html"] = { "tailwindcss", "htmx" }, + ["django-html"] = { "htmx", "tailwindcss" }, dockerfile = { "dockerls" }, dot = { "dotls" }, dts = { "ginko_ls" }, dune = { "ocamllsp" }, earthfile = { "earthlyls" }, - edge = { "tailwindcss", "htmx" }, + edge = { "htmx", "tailwindcss" }, edn = { "clojure_lsp" }, - eelixir = { "tailwindcss", "elixirls", "nextls", "lexical", "htmx" }, - ejs = { "tailwindcss", "unocss", "htmx" }, - elixir = { "tailwindcss", "elixirls", "nextls", "lexical", "htmx" }, + eelixir = { "lexical", "elixirls", "htmx", "nextls", "tailwindcss" }, + ejs = { "htmx", "unocss", "tailwindcss" }, + elixir = { "lexical", "elixirls", "htmx", "nextls", "tailwindcss" }, elm = { "elmls" }, - erb = { "tailwindcss", "unocss", "htmx" }, + erb = { "htmx", "unocss", "tailwindcss" }, erg = { "erg_language_server" }, - erlang = { "elp", "erlangls" }, - eruby = { "stimulus_ls", "tailwindcss", "emmet_language_server", "emmet_ls", "ruby_lsp", "steep", "htmx" }, + erlang = { "erlangls", "elp" }, + eruby = { "emmet_language_server", "emmet_ls", "htmx", "steep", "stimulus_ls", "ruby_lsp", "tailwindcss" }, fennel = { "fennel_language_server", "fennel_ls" }, flux = { "flux_lsp" }, foam = { "foam_ls" }, fortran = { "fortls" }, - frag = { "glsl_analyzer", "glslls" }, + frag = { "glslls", "glsl_analyzer" }, fsd = { "facility_language_server" }, fsharp = { "fsautocomplete" }, genie = { "vala_ls" }, - geom = { "glsl_analyzer", "glslls" }, + geom = { "glslls", "glsl_analyzer" }, gitcommit = { "ltex_plus", "ltex", "harper_ls" }, - glsl = { "glsl_analyzer", "glslls" }, - go = { "ast_grep", "snyk_ls", "harper_ls", "gopls", "golangci_lint_ls" }, - gohtml = { "tailwindcss", "htmx" }, - gohtmltmpl = { "tailwindcss", "htmx" }, - gomod = { "snyk_ls", "gopls", "golangci_lint_ls" }, + glsl = { "glslls", "glsl_analyzer" }, + go = { "ast_grep", "gopls", "snyk_ls", "harper_ls", "golangci_lint_ls" }, + gohtml = { "htmx", "tailwindcss" }, + gohtmltmpl = { "htmx", "tailwindcss" }, + gomod = { "gopls", "snyk_ls", "golangci_lint_ls" }, gotmpl = { "gopls" }, gowork = { "gopls" }, - graphql = { "biome", "dprint", "graphql" }, - groovy = { "groovyls", "gradle_ls" }, - haml = { "tailwindcss", "unocss", "htmx" }, - handlebars = { "tailwindcss", "ember", "htmx" }, + graphql = { "dprint", "graphql", "biome" }, + groovy = { "gradle_ls", "groovyls" }, + haml = { "htmx", "unocss", "tailwindcss" }, + handlebars = { "ember", "htmx", "tailwindcss" }, haskell = { "harper_ls", "hls" }, - hbs = { "tailwindcss", "unocss", "htmx" }, - heex = { "tailwindcss", "elixirls", "nextls", "lexical", "htmx" }, + hbs = { "htmx", "unocss", "tailwindcss" }, + heex = { "lexical", "elixirls", "htmx", "nextls", "tailwindcss" }, helm = { "snyk_ls", "helm_ls" }, hlsl = { "slangd" }, hoon = { "hoon_ls" }, - html = { "ast_grep", "stimulus_ls", "stylelint_lsp", "tailwindcss", "unocss", "emmet_language_server", "emmet_ls", "ltex_plus", "ltex", "lwc_ls", "html", "harper_ls", "angularls", "antlersls", "superhtml", "htmx" }, - ["html-eex"] = { "tailwindcss", "htmx" }, - htmlangular = { "tailwindcss", "emmet_language_server", "emmet_ls", "angularls", "htmx" }, - htmldjango = { "tailwindcss", "emmet_language_server", "emmet_ls", "htmx" }, + html = { "ltex_plus", "ast_grep", "ltex", "angularls", "lwc_ls", "harper_ls", "emmet_language_server", "emmet_ls", "html", "htmx", "stimulus_ls", "stylelint_lsp", "superhtml", "antlersls", "unocss", "tailwindcss" }, + ["html-eex"] = { "htmx", "tailwindcss" }, + htmlangular = { "angularls", "emmet_language_server", "emmet_ls", "htmx", "tailwindcss" }, + htmldjango = { "emmet_language_server", "emmet_ls", "htmx", "tailwindcss" }, hyprlang = { "hyprls" }, - jade = { "tailwindcss", "htmx" }, - java = { "java_language_server", "ast_grep", "jdtls", "harper_ls" }, - javascript = { "oxlint", "ast_grep", "vtsls", "denols", "tailwindcss", "ts_ls", "unocss", "quick_lint_js", "biome", "ember", "rome", "snyk_ls", "lwc_ls", "harper_ls", "eslint", "dprint", "cssmodules_ls", "htmx" }, + jade = { "htmx", "tailwindcss" }, + java = { "jdtls", "ast_grep", "harper_ls", "java_language_server" }, + javascript = { "vtsls", "ast_grep", "eslint", "lwc_ls", "dprint", "snyk_ls", "biome", "harper_ls", "ember", "oxlint", "quick_lint_js", "htmx", "cssmodules_ls", "denols", "rome", "ts_ls", "unocss", "tailwindcss" }, ["javascript.glimmer"] = { "ember" }, - ["javascript.jsx"] = { "oxlint", "ast_grep", "vtsls", "denols", "ts_ls", "eslint" }, - javascriptreact = { "oxlint", "ast_grep", "vtsls", "denols", "tailwindcss", "ts_ls", "unocss", "biome", "emmet_language_server", "emmet_ls", "rome", "eslint", "dprint", "cssmodules_ls", "graphql", "htmx" }, + ["javascript.jsx"] = { "vtsls", "ast_grep", "eslint", "oxlint", "denols", "ts_ls" }, + javascriptreact = { "vtsls", "ast_grep", "eslint", "dprint", "graphql", "biome", "emmet_language_server", "emmet_ls", "oxlint", "htmx", "cssmodules_ls", "denols", "rome", "ts_ls", "unocss", "tailwindcss" }, jinja = { "jinja_lsp" }, jq = { "jqls" }, - json = { "biome", "rome", "snyk_ls", "jsonls", "spectral", "dprint" }, + json = { "jsonls", "dprint", "snyk_ls", "biome", "rome", "spectral" }, ["json.openapi"] = { "vacuum" }, - jsonc = { "biome", "jsonls", "dprint" }, + jsonc = { "jsonls", "dprint", "biome" }, + jsonnet = { "jsonnet_ls" }, julia = { "julials" }, just = { "just" }, kcl = { "kcl" }, kotlin = { "ast_grep", "kotlin_language_server" }, - leaf = { "tailwindcss", "htmx" }, - less = { "stylelint_lsp", "tailwindcss", "unocss", "emmet_language_server", "emmet_ls", "cssls", "css_variables" }, + leaf = { "htmx", "tailwindcss" }, + less = { "emmet_language_server", "emmet_ls", "cssls", "css_variables", "stylelint_lsp", "unocss", "tailwindcss" }, lhaskell = { "hls" }, - liquid = { "tailwindcss", "shopify_theme_ls", "theme_check", "htmx" }, + libsonnet = { "jsonnet_ls" }, + liquid = { "shopify_theme_ls", "theme_check", "htmx", "tailwindcss" }, llw = { "lelwel_ls" }, - lua = { "ast_grep", "emmylua_ls", "lua_ls", "harper_ls" }, + lua = { "ast_grep", "lua_ls", "harper_ls", "emmylua_ls" }, luau = { "luau_lsp" }, mail = { "ltex_plus", "ltex" }, make = { "autotools_ls" }, - markdown = { "tailwindcss", "unocss", "vale_ls", "remark_ls", "zk", "ltex_plus", "ltex", "markdown_oxide", "marksman", "harper_ls", "prosemd_lsp", "dprint", "grammarly", "htmx" }, + markdown = { "ltex_plus", "ltex", "prosemd_lsp", "dprint", "grammarly", "markdown_oxide", "harper_ls", "htmx", "zk", "unocss", "tailwindcss", "marksman", "remark_ls", "vale_ls" }, ["markdown.mdx"] = { "marksman" }, - mdx = { "tailwindcss", "ltex_plus", "mdx_analyzer", "htmx" }, + mdx = { "ltex_plus", "mdx_analyzer", "htmx", "tailwindcss" }, menhir = { "ocamllsp" }, - meson = { "swift_mesonls", "mesonlsp" }, + meson = { "mesonlsp", "swift_mesonls" }, ["metamath-zero"] = { "mm0_ls" }, motoko = { "motoko_lsp" }, move = { "move_analyzer" }, - mustache = { "tailwindcss", "htmx" }, + mustache = { "htmx", "tailwindcss" }, muttrc = { "mutt_ls" }, mysql = { "sqlls", "sqls" }, ncl = { "nickel_ls" }, @@ -132,10 +134,10 @@ return { nextflow = { "nextflow_ls" }, nginx = { "nginx_language_server" }, nickel = { "nickel_ls" }, - nim = { "nim_langserver", "nimls" }, - nix = { "nil_ls", "rnix", "harper_ls" }, - njk = { "tailwindcss", "htmx" }, - nunjucks = { "tailwindcss", "htmx" }, + nim = { "nimls", "nim_langserver" }, + nix = { "nil_ls", "harper_ls", "rnix" }, + njk = { "htmx", "tailwindcss" }, + nunjucks = { "htmx", "tailwindcss" }, objc = { "clangd" }, objcpp = { "clangd" }, ocaml = { "ocamllsp" }, @@ -150,76 +152,76 @@ return { pandoc = { "ltex_plus", "ltex" }, perl = { "perlnavigator" }, pest = { "pest_ls" }, - php = { "intelephense", "phpactor", "stimulus_ls", "tailwindcss", "unocss", "harper_ls", "psalm", "htmx" }, + php = { "harper_ls", "phpactor", "htmx", "stimulus_ls", "intelephense", "unocss", "tailwindcss", "psalm" }, plaintex = { "ltex_plus", "ltex", "texlab" }, - postcss = { "tailwindcss", "unocss" }, + postcss = { "unocss", "tailwindcss" }, prisma = { "prismals" }, proto = { "buf_ls", "clangd", "pbls", "protols" }, ps1 = { "powershell_es" }, pug = { "emmet_language_server", "emmet_ls" }, puppet = { "puppet" }, purescript = { "purescriptls" }, - python = { "ast_grep", "basedpyright", "pyre", "pyright", "pylsp", "snyk_ls", "jedi_language_server", "ruff", "harper_ls", "pylyzer", "dprint" }, - quarto = { "r_language_server", "ltex_plus", "ltex" }, + python = { "pylyzer", "pyre", "pyright", "pylsp", "ast_grep", "basedpyright", "dprint", "snyk_ls", "harper_ls", "ruff", "jedi_language_server" }, + quarto = { "ltex_plus", "ltex", "r_language_server" }, query = { "ts_query_ls" }, r = { "r_language_server", "air" }, raku = { "raku_navigator" }, - razor = { "tailwindcss", "htmx" }, - reason = { "tailwindcss", "reason_ls", "ocamllsp", "htmx" }, + razor = { "htmx", "tailwindcss" }, + reason = { "ocamllsp", "reason_ls", "htmx", "tailwindcss" }, rego = { "regal", "regols" }, requirements = { "snyk_ls" }, - rescript = { "tailwindcss", "unocss", "rescriptls", "htmx" }, - rmd = { "r_language_server", "ltex_plus", "ltex" }, + rescript = { "htmx", "unocss", "tailwindcss", "rescriptls" }, + rmd = { "ltex_plus", "ltex", "r_language_server" }, rnoweb = { "ltex_plus", "ltex" }, robot = { "robotframework_ls" }, roslyn = { "dprint" }, - rst = { "vale_ls", "ltex_plus", "ltex", "esbonio" }, - ruby = { "standardrb", "stimulus_ls", "rubocop", "ruby_lsp", "solargraph", "steep", "harper_ls", "sorbet" }, - rust = { "ast_grep", "unocss", "rust_analyzer", "harper_ls", "dprint" }, - sass = { "tailwindcss", "unocss", "emmet_language_server", "emmet_ls", "somesass_ls" }, - scss = { "stylelint_lsp", "tailwindcss", "unocss", "emmet_language_server", "emmet_ls", "somesass_ls", "cssls", "css_variables" }, + rst = { "ltex_plus", "ltex", "esbonio", "vale_ls" }, + ruby = { "solargraph", "harper_ls", "standardrb", "steep", "stimulus_ls", "rubocop", "ruby_lsp", "sorbet" }, + rust = { "ast_grep", "dprint", "harper_ls", "rust_analyzer", "unocss" }, + sass = { "emmet_language_server", "emmet_ls", "somesass_ls", "unocss", "tailwindcss" }, + scss = { "emmet_language_server", "emmet_ls", "cssls", "css_variables", "somesass_ls", "stylelint_lsp", "unocss", "tailwindcss" }, sh = { "bashls" }, shaderslang = { "slangd" }, - slim = { "tailwindcss", "htmx" }, + slim = { "htmx", "tailwindcss" }, slint = { "slint_lsp" }, sls = { "salt_ls" }, smithy = { "smithy_ls" }, sml = { "millet" }, - solidity = { "solidity_ls", "solang", "solidity", "solidity_ls_nomicfoundation", "solc" }, + solidity = { "solidity_ls", "solidity_ls_nomicfoundation", "solang", "solidity", "solc" }, sql = { "sqlls", "sqls", "postgres_lsp" }, ss = { "snakeskin_ls" }, star = { "starlark_rust" }, - stylus = { "tailwindcss", "unocss" }, + stylus = { "unocss", "tailwindcss" }, sugarss = { "stylelint_lsp", "tailwindcss" }, superhtml = { "superhtml" }, - surface = { "elixirls", "nextls", "lexical" }, - svelte = { "svelte", "tailwindcss", "unocss", "biome", "emmet_ls", "eslint", "htmx" }, + surface = { "lexical", "elixirls", "nextls" }, + svelte = { "eslint", "biome", "emmet_ls", "htmx", "svelte", "unocss", "tailwindcss" }, svg = { "lemminx" }, swift = { "harper_ls" }, systemd = { "systemd_ls" }, - systemverilog = { "svlangserver", "svls", "verible", "hdl_checker" }, + systemverilog = { "svlangserver", "svls", "hdl_checker", "verible" }, teal = { "teal_ls" }, - templ = { "tailwindcss", "html", "htmx", "templ" }, - terraform = { "terraformls", "snyk_ls", "tflint" }, - ["terraform-vars"] = { "terraformls", "snyk_ls" }, - tesc = { "glsl_analyzer", "glslls" }, - tese = { "glsl_analyzer", "glslls" }, - tex = { "vale_ls", "ltex_plus", "ltex", "texlab", "textlsp" }, - text = { "vale_ls", "ltex_plus", "ltex", "textlsp" }, + templ = { "html", "htmx", "templ", "tailwindcss" }, + terraform = { "tflint", "snyk_ls", "terraformls" }, + ["terraform-vars"] = { "snyk_ls", "terraformls" }, + tesc = { "glslls", "glsl_analyzer" }, + tese = { "glslls", "glsl_analyzer" }, + tex = { "ltex_plus", "ltex", "vale_ls", "texlab", "textlsp" }, + text = { "ltex_plus", "ltex", "vale_ls", "textlsp" }, thrift = { "thriftls" }, - toml = { "taplo", "harper_ls", "dprint" }, - twig = { "tailwindcss", "twiggy_language_server", "htmx" }, - typescript = { "oxlint", "ast_grep", "vtsls", "denols", "tailwindcss", "ts_ls", "unocss", "quick_lint_js", "biome", "ember", "rome", "snyk_ls", "harper_ls", "eslint", "dprint", "cssmodules_ls", "angularls", "htmx" }, + toml = { "dprint", "harper_ls", "taplo" }, + twig = { "htmx", "twiggy_language_server", "tailwindcss" }, + typescript = { "vtsls", "ast_grep", "angularls", "eslint", "dprint", "snyk_ls", "biome", "harper_ls", "ember", "oxlint", "quick_lint_js", "htmx", "cssmodules_ls", "denols", "rome", "ts_ls", "unocss", "tailwindcss" }, ["typescript.glimmer"] = { "ember" }, - ["typescript.tsx"] = { "oxlint", "ast_grep", "vtsls", "denols", "ts_ls", "biome", "rome", "eslint", "angularls" }, - typescriptreact = { "oxlint", "ast_grep", "vtsls", "denols", "tailwindcss", "ts_ls", "unocss", "biome", "emmet_language_server", "emmet_ls", "rome", "harper_ls", "eslint", "dprint", "cssmodules_ls", "graphql", "angularls", "htmx" }, + ["typescript.tsx"] = { "vtsls", "ast_grep", "angularls", "eslint", "biome", "oxlint", "denols", "rome", "ts_ls" }, + typescriptreact = { "vtsls", "ast_grep", "angularls", "eslint", "dprint", "graphql", "biome", "harper_ls", "emmet_language_server", "emmet_ls", "oxlint", "htmx", "cssmodules_ls", "denols", "rome", "ts_ls", "unocss", "tailwindcss" }, typespec = { "tsp_server" }, typst = { "ltex_plus", "tinymist", "harper_ls" }, - v = { "v_analyzer", "vls" }, + v = { "vls", "v_analyzer" }, vala = { "vala_ls" }, - vb = { "omnisharp_mono", "omnisharp" }, - verilog = { "svlangserver", "svls", "verible", "hdl_checker" }, - vert = { "glsl_analyzer", "glslls" }, + vb = { "omnisharp" }, + verilog = { "svlangserver", "svls", "hdl_checker", "verible" }, + vert = { "glslls", "glsl_analyzer" }, veryl = { "veryl_ls" }, vhd = { "vhdl_ls" }, vhdl = { "vhdl_ls", "hdl_checker" }, @@ -228,7 +230,7 @@ return { vlang = { "vls" }, vmasm = { "asm_lsp" }, vsh = { "v_analyzer" }, - vue = { "vuels", "volar", "stylelint_lsp", "tailwindcss", "unocss", "biome", "emmet_ls", "eslint", "htmx" }, + vue = { "vuels", "volar", "eslint", "biome", "emmet_ls", "htmx", "stylelint_lsp", "unocss", "tailwindcss" }, ["vue-html"] = { "unocss" }, vv = { "v_analyzer" }, wgsl = { "wgsl_analyzer" }, @@ -238,7 +240,7 @@ return { xsd = { "lemminx" }, xsl = { "lemminx" }, xslt = { "lemminx" }, - yaml = { "azure_pipelines_ls", "gh_actions_ls", "yamlls", "snyk_ls", "spectral", "hydra_lsp" }, + yaml = { "azure_pipelines_ls", "snyk_ls", "hydra_lsp", "gh_actions_ls", "yamlls", "spectral" }, ["yaml.ansible"] = { "ansiblels" }, ["yaml.docker-compose"] = { "docker_compose_language_service", "yamlls" }, ["yaml.gitlab"] = { "gitlab_ci_ls", "yamlls" }, |
