From 36255be0c6891315e8cb66d270a1e38269d4e8da Mon Sep 17 00:00:00 2001 From: Damien Pontifex Date: Wed, 4 Jun 2025 21:26:37 +0800 Subject: feat(bicep): add `bicep-params` filetype #3886 - Support for .bicepparam files Resolves #3885 --- lua/lspconfig/configs/bicep.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lspconfig') diff --git a/lua/lspconfig/configs/bicep.lua b/lua/lspconfig/configs/bicep.lua index 3bb5e95a..0e47cbe8 100644 --- a/lua/lspconfig/configs/bicep.lua +++ b/lua/lspconfig/configs/bicep.lua @@ -1,6 +1,6 @@ return { default_config = { - filetypes = { 'bicep' }, + filetypes = { 'bicep', 'bicep-params' }, root_dir = function(fname) return vim.fs.dirname(vim.fs.find('.git', { path = fname, upward = true })[1]) end, -- cgit v1.2.3-70-g09d2