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.
This commit is contained in:
Ade Attwood 2024-03-02 18:20:21 +00:00
parent cd382dbdf8
commit ff3b54d281

View file

@ -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 = {