diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2026-05-08 12:38:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-08 10:38:00 +0000 |
| commit | 51feb0ada33d18f3c5c71ffb46005dbf8b33bef4 (patch) | |
| tree | 663a725b83c3123f425fa05983089963bb9d7312 /lua | |
| parent | chore: update generated code (#671) (diff) | |
| download | mason-lspconfig-51feb0ada33d18f3c5c71ffb46005dbf8b33bef4.tar mason-lspconfig-51feb0ada33d18f3c5c71ffb46005dbf8b33bef4.tar.gz mason-lspconfig-51feb0ada33d18f3c5c71ffb46005dbf8b33bef4.tar.bz2 mason-lspconfig-51feb0ada33d18f3c5c71ffb46005dbf8b33bef4.tar.lz mason-lspconfig-51feb0ada33d18f3c5c71ffb46005dbf8b33bef4.tar.xz mason-lspconfig-51feb0ada33d18f3c5c71ffb46005dbf8b33bef4.tar.zst mason-lspconfig-51feb0ada33d18f3c5c71ffb46005dbf8b33bef4.zip | |
chore: update generated code (#672)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason-lspconfig/filetype_mappings.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/mason-lspconfig/filetype_mappings.lua b/lua/mason-lspconfig/filetype_mappings.lua index 2b342f1..381e9d7 100644 --- a/lua/mason-lspconfig/filetype_mappings.lua +++ b/lua/mason-lspconfig/filetype_mappings.lua @@ -126,7 +126,7 @@ return { luau = { "luau_lsp" }, mail = { "ltex", "ltex_plus" }, make = { "autotools_ls" }, - markdown = { "codebook", "dprint", "grammarly", "harper_ls", "htmx", "ltex", "ltex_plus", "markdown_oxide", "marksman", "mpls", "oxfmt", "prosemd_lsp", "remark_ls", "rumdl", "tailwindcss", "unocss", "vale_ls", "zk" }, + markdown = { "codebook", "dprint", "grammarly", "harper_ls", "htmx", "ltex", "ltex_plus", "markdown_oxide", "marksman", "mpls", "oxfmt", "panache", "prosemd_lsp", "remark_ls", "rumdl", "tailwindcss", "unocss", "vale_ls", "zk" }, ["markdown.mdx"] = { "marksman" }, matlab = { "matlab_ls" }, mcfunction = { "spyglassmc_language_server" }, @@ -176,7 +176,7 @@ return { python = { "ast_grep", "basedpyright", "codebook", "djls", "dprint", "harper_ls", "jedi_language_server", "pylsp", "pylyzer", "pyre", "pyrefly", "pyright", "ruff", "snyk_ls", "snyk_ls", "ty", "zuban" }, qml = { "qmlls" }, qmljs = { "qmlls" }, - quarto = { "ltex", "ltex_plus", "r_language_server" }, + quarto = { "ltex", "ltex_plus", "panache", "r_language_server" }, query = { "ts_query_ls" }, r = { "air", "r_language_server" }, raku = { "raku_navigator" }, @@ -186,7 +186,7 @@ return { requirements = { "snyk_ls", "snyk_ls" }, rescript = { "htmx", "rescriptls", "tailwindcss", "unocss" }, resource = { "robotcode" }, - rmd = { "ltex", "ltex_plus", "r_language_server" }, + rmd = { "ltex", "ltex_plus", "panache", "r_language_server" }, rnoweb = { "ltex", "ltex_plus" }, robot = { "robotcode", "robotframework_ls" }, roc = { "roc_ls" }, |
