aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2025-06-17 12:07:46 +0200
committerGitHub <noreply@github.com>2025-06-17 10:07:46 +0000
commitbb30c422329e86fcaa4e4920181f6715d634e516 (patch)
treecf256b1d10e63650dd432ba5f2f1a2d4debc4cfe
parentchore: update generated code (#575) (diff)
downloadmason-lspconfig-bb30c422329e86fcaa4e4920181f6715d634e516.tar
mason-lspconfig-bb30c422329e86fcaa4e4920181f6715d634e516.tar.gz
mason-lspconfig-bb30c422329e86fcaa4e4920181f6715d634e516.tar.bz2
mason-lspconfig-bb30c422329e86fcaa4e4920181f6715d634e516.tar.lz
mason-lspconfig-bb30c422329e86fcaa4e4920181f6715d634e516.tar.xz
mason-lspconfig-bb30c422329e86fcaa4e4920181f6715d634e516.tar.zst
mason-lspconfig-bb30c422329e86fcaa4e4920181f6715d634e516.zip
chore: update generated code (#577)
-rw-r--r--lua/mason-lspconfig/filetype_mappings.lua11
1 files changed, 6 insertions, 5 deletions
diff --git a/lua/mason-lspconfig/filetype_mappings.lua b/lua/mason-lspconfig/filetype_mappings.lua
index d73573f..b43530b 100644
--- a/lua/mason-lspconfig/filetype_mappings.lua
+++ b/lua/mason-lspconfig/filetype_mappings.lua
@@ -82,7 +82,7 @@ return {
graphql = { "biome", "dprint", "graphql" },
groovy = { "gradle_ls", "groovyls" },
haml = { "htmx", "tailwindcss", "unocss" },
- handlebars = { "ember", "htmx", "tailwindcss" },
+ handlebars = { "ember", "glint", "htmx", "tailwindcss" },
haskell = { "harper_ls", "hls" },
hbs = { "htmx", "tailwindcss", "unocss" },
heex = { "elixirls", "htmx", "lexical", "nextls", "tailwindcss" },
@@ -91,13 +91,14 @@ return {
hoon = { "hoon_ls" },
html = { "angularls", "antlersls", "ast_grep", "emmet_language_server", "emmet_ls", "harper_ls", "html", "htmx", "ltex", "ltex_plus", "lwc_ls", "stimulus_ls", "stylelint_lsp", "superhtml", "tailwindcss", "unocss" },
["html-eex"] = { "htmx", "tailwindcss" },
+ ["html.handlebars"] = { "glint" },
htmlangular = { "angularls", "emmet_language_server", "emmet_ls", "htmx", "tailwindcss" },
htmldjango = { "emmet_language_server", "emmet_ls", "htmx", "tailwindcss" },
hyprlang = { "hyprls" },
jade = { "htmx", "tailwindcss" },
java = { "ast_grep", "harper_ls", "java_language_server", "jdtls" },
- javascript = { "ast_grep", "biome", "cssmodules_ls", "denols", "dprint", "ember", "eslint", "harper_ls", "htmx", "lwc_ls", "oxlint", "quick_lint_js", "rome", "snyk_ls", "tailwindcss", "ts_ls", "unocss", "vtsls" },
- ["javascript.glimmer"] = { "ember" },
+ javascript = { "ast_grep", "biome", "cssmodules_ls", "denols", "dprint", "ember", "eslint", "glint", "harper_ls", "htmx", "lwc_ls", "oxlint", "quick_lint_js", "rome", "snyk_ls", "tailwindcss", "ts_ls", "unocss", "vtsls" },
+ ["javascript.glimmer"] = { "ember", "glint" },
["javascript.jsx"] = { "ast_grep", "denols", "eslint", "oxlint", "ts_ls", "vtsls" },
javascriptreact = { "ast_grep", "biome", "cssmodules_ls", "denols", "dprint", "emmet_language_server", "emmet_ls", "eslint", "graphql", "htmx", "oxlint", "rome", "tailwindcss", "ts_ls", "unocss", "vtsls" },
jinja = { "jinja_lsp" },
@@ -217,8 +218,8 @@ return {
thrift = { "thriftls" },
toml = { "dprint", "harper_ls", "taplo" },
twig = { "htmx", "tailwindcss", "twiggy_language_server" },
- typescript = { "angularls", "ast_grep", "biome", "cssmodules_ls", "denols", "dprint", "ember", "eslint", "harper_ls", "htmx", "oxlint", "quick_lint_js", "rome", "snyk_ls", "tailwindcss", "ts_ls", "unocss", "vtsls" },
- ["typescript.glimmer"] = { "ember" },
+ typescript = { "angularls", "ast_grep", "biome", "cssmodules_ls", "denols", "dprint", "ember", "eslint", "glint", "harper_ls", "htmx", "oxlint", "quick_lint_js", "rome", "snyk_ls", "tailwindcss", "ts_ls", "unocss", "vtsls" },
+ ["typescript.glimmer"] = { "ember", "glint" },
["typescript.tsx"] = { "angularls", "ast_grep", "biome", "denols", "eslint", "oxlint", "rome", "ts_ls", "vtsls" },
typescriptreact = { "angularls", "ast_grep", "biome", "cssmodules_ls", "denols", "dprint", "emmet_language_server", "emmet_ls", "eslint", "graphql", "harper_ls", "htmx", "oxlint", "rome", "tailwindcss", "ts_ls", "unocss", "vtsls" },
typespec = { "tsp_server" },