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:
parent
cd382dbdf8
commit
ff3b54d281
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue