From 97d9f1d3ad205dece6bcafd1d71cf1507608f3c7 Mon Sep 17 00:00:00 2001 From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com> Date: Sun, 5 Jan 2025 11:04:00 +0100 Subject: [PATCH] chore: update generated code (#505) --- lua/mason-lspconfig/mappings/filetype.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/mason-lspconfig/mappings/filetype.lua b/lua/mason-lspconfig/mappings/filetype.lua index ca9576a76..5a6a3a8a3 100644 --- a/lua/mason-lspconfig/mappings/filetype.lua +++ b/lua/mason-lspconfig/mappings/filetype.lua @@ -27,7 +27,7 @@ return { clar = { "clarity_lsp" }, clarity = { "clarity_lsp" }, clojure = { "clojure_lsp", "htmx", "tailwindcss" }, - cmake = { "cmake", "neocmake" }, + cmake = { "cmake", "harper_ls", "neocmake" }, cobol = { "cobol_ls" }, comp = { "glsl_analyzer", "glslls" }, config = { "autotools_ls" }, @@ -82,7 +82,7 @@ return { groovy = { "gradle_ls", "groovyls" }, haml = { "htmx", "tailwindcss", "unocss" }, handlebars = { "ember", "glint", "htmx", "tailwindcss" }, - haskell = { "hls" }, + haskell = { "harper_ls", "hls" }, haxe = { "haxe_language_server" }, hbs = { "htmx", "tailwindcss", "unocss" }, heex = { "elixirls", "htmx", "lexical", "nextls", "tailwindcss" },