aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2026-02-12 11:21:27 +0100
committerGitHub <noreply@github.com>2026-02-12 10:21:27 +0000
commit21c2a84ce368e99b18f52ab348c4c02c32c02fcf (patch)
treec3eff482c0faf713456eef0f926098ded4495e62 /lua
parentchore: update generated code (#651) (diff)
downloadmason-lspconfig-main.tar
mason-lspconfig-main.tar.gz
mason-lspconfig-main.tar.bz2
mason-lspconfig-main.tar.lz
mason-lspconfig-main.tar.xz
mason-lspconfig-main.tar.zst
mason-lspconfig-main.zip
chore: update generated code (#652)HEADmain
Diffstat (limited to 'lua')
-rw-r--r--lua/mason-lspconfig/filetype_mappings.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/mason-lspconfig/filetype_mappings.lua b/lua/mason-lspconfig/filetype_mappings.lua
index 82d808f..3c8ef33 100644
--- a/lua/mason-lspconfig/filetype_mappings.lua
+++ b/lua/mason-lspconfig/filetype_mappings.lua
@@ -102,7 +102,7 @@ return {
java = { "ast_grep", "codebook", "harper_ls", "java_language_server", "jdtls", "snyk_ls", "snyk_ls" },
javascript = { "ast_grep", "biome", "codebook", "cssmodules_ls", "denols", "dprint", "ember", "eslint", "glint", "harper_ls", "htmx", "lwc_ls", "oxlint", "quick_lint_js", "rome", "snyk_ls", "snyk_ls", "tailwindcss", "ts_ls", "tsgo", "unocss", "vtsls" },
["javascript.glimmer"] = { "ember", "glint" },
- ["javascript.jsx"] = { "denols", "eslint", "oxlint", "ts_ls", "vtsls" },
+ ["javascript.jsx"] = { "denols", "eslint", "ts_ls", "vtsls" },
javascriptreact = { "ast_grep", "biome", "codebook", "cssmodules_ls", "denols", "dprint", "emmet_language_server", "emmet_ls", "eslint", "graphql", "htmx", "oxlint", "rome", "tailwindcss", "ts_ls", "tsgo", "unocss", "vtsls" },
jinja = { "jinja_lsp" },
jq = { "jqls" },
@@ -231,7 +231,7 @@ return {
twig = { "htmx", "tailwindcss", "twiggy_language_server" },
typescript = { "angularls", "ast_grep", "biome", "codebook", "cssmodules_ls", "denols", "dprint", "ember", "eslint", "glint", "harper_ls", "htmx", "oxlint", "quick_lint_js", "rome", "snyk_ls", "snyk_ls", "tailwindcss", "ts_ls", "tsgo", "unocss", "vtsls" },
["typescript.glimmer"] = { "ember", "glint" },
- ["typescript.tsx"] = { "angularls", "denols", "eslint", "oxlint", "rome", "ts_ls", "vtsls" },
+ ["typescript.tsx"] = { "angularls", "denols", "eslint", "rome", "ts_ls", "vtsls" },
typescriptreact = { "angularls", "ast_grep", "biome", "codebook", "cssmodules_ls", "denols", "dprint", "emmet_language_server", "emmet_ls", "eslint", "graphql", "harper_ls", "htmx", "oxlint", "rome", "tailwindcss", "ts_ls", "tsgo", "unocss", "vtsls" },
typespec = { "tsp_server" },
typst = { "harper_ls", "ltex_plus", "tinymist" },