From 7be897aa039d55e358449b33da51986a5123e084 Mon Sep 17 00:00:00 2001 From: Lior Kummer Date: Fri, 22 Jul 2022 17:28:12 +0300 Subject: fix(emmet-ls): missing supported filetypes #2017 For information on filetypes supported by emmet-ls, see: https://github.com/aca/emmet-ls#supported-filetypes --- lua/lspconfig/server_configurations/emmet_ls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/emmet_ls.lua b/lua/lspconfig/server_configurations/emmet_ls.lua index 3750ae51..aa04f794 100644 --- a/lua/lspconfig/server_configurations/emmet_ls.lua +++ b/lua/lspconfig/server_configurations/emmet_ls.lua @@ -10,7 +10,7 @@ end return { default_config = { cmd = cmd, - filetypes = { 'html', 'css' }, + filetypes = { 'html', 'typescriptreact', 'javascriptreact', 'css', 'sass', 'scss', 'less' }, root_dir = util.find_git_ancestor, single_file_support = true, }, -- cgit v1.2.3-70-g09d2