From 3b5a9d5b4985eaed803db09b360830004f92e45d Mon Sep 17 00:00:00 2001 From: أحمد بن مركار <109348574+Ask-786@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:37:46 +0530 Subject: feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls and angularls (#3240) * feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls and angularls * chore: removed commented lines --------- Co-authored-by: Ahmad Shabeer K --- lua/lspconfig/server_configurations/angularls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lspconfig/server_configurations/angularls.lua') diff --git a/lua/lspconfig/server_configurations/angularls.lua b/lua/lspconfig/server_configurations/angularls.lua index a720d440..45daf290 100644 --- a/lua/lspconfig/server_configurations/angularls.lua +++ b/lua/lspconfig/server_configurations/angularls.lua @@ -21,7 +21,7 @@ return { '--ngProbeLocations', default_probe_dir, }, - filetypes = { 'typescript', 'html', 'typescriptreact', 'typescript.tsx' }, + filetypes = { 'typescript', 'html', 'typescriptreact', 'typescript.tsx', 'htmlangular' }, -- Check for angular.json since that is the root of the project. -- Don't check for tsconfig.json or package.json since there are multiple of these -- in an angular monorepo setup. -- cgit v1.2.3-70-g09d2