From ff3b54d28123e41564630a6a0d189a400c484d59 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sat, 2 Mar 2024 18:20:21 +0000 Subject: [PATCH] feat(vim): allow emmet to be used in liquid files When using the liquid templating language I would like to use emmet syntax to expand html. --- site-modules/core/files/vim/plugin/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-modules/core/files/vim/plugin/lsp.lua b/site-modules/core/files/vim/plugin/lsp.lua index 88bf0c7..6707dcc 100644 --- a/site-modules/core/files/vim/plugin/lsp.lua +++ b/site-modules/core/files/vim/plugin/lsp.lua @@ -13,7 +13,7 @@ local servers = { marksman = {}, clojure_lsp = {}, emmet_ls = { - filetypes = { "html", "typescriptreact", "javascriptreact", "css", "scss", "eruby" }, + filetypes = { "html", "typescriptreact", "javascriptreact", "css", "scss", "eruby", "liquid" }, }, -- Ruby solargraph = {