diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2025-01-31 11:04:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-31 10:04:02 +0000 |
| commit | f75e877f5266e87523eb5a18fcde2081820d087b (patch) | |
| tree | 8495a6bc709c6a538d0e65487ff55b34a11e0487 /lua | |
| parent | chore: update generated code (#508) (diff) | |
| download | mason-lspconfig-f75e877f5266e87523eb5a18fcde2081820d087b.tar mason-lspconfig-f75e877f5266e87523eb5a18fcde2081820d087b.tar.gz mason-lspconfig-f75e877f5266e87523eb5a18fcde2081820d087b.tar.bz2 mason-lspconfig-f75e877f5266e87523eb5a18fcde2081820d087b.tar.lz mason-lspconfig-f75e877f5266e87523eb5a18fcde2081820d087b.tar.xz mason-lspconfig-f75e877f5266e87523eb5a18fcde2081820d087b.tar.zst mason-lspconfig-f75e877f5266e87523eb5a18fcde2081820d087b.zip | |
chore: update generated code (#514)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason-lspconfig/mappings/filetype.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/mason-lspconfig/mappings/filetype.lua b/lua/mason-lspconfig/mappings/filetype.lua index 26603ea..ac8e567 100644 --- a/lua/mason-lspconfig/mappings/filetype.lua +++ b/lua/mason-lspconfig/mappings/filetype.lua @@ -42,7 +42,7 @@ return { cue = { "dagger" }, cypher = { "cypher_ls" }, d = { "serve_d" }, - dart = { "ast_grep" }, + dart = { "ast_grep", "harper_ls" }, dhall = { "dhall_lsp_server" }, ["django-html"] = { "htmx", "tailwindcss" }, dockerfile = { "dockerls" }, @@ -153,7 +153,7 @@ return { pandoc = { "ltex" }, perl = { "perlnavigator" }, pest = { "pest_ls" }, - php = { "htmx", "intelephense", "phpactor", "psalm", "stimulus_ls", "tailwindcss", "unocss" }, + php = { "harper_ls", "htmx", "intelephense", "phpactor", "psalm", "stimulus_ls", "tailwindcss", "unocss" }, plaintex = { "ltex", "texlab" }, postcss = { "tailwindcss", "unocss" }, prisma = { "prismals" }, |
