feat: enable autotag in elixir fts

Closes https://github.com/windwp/nvim-ts-autotag/issues/200
This commit is contained in:
Price Hiller 2024-07-15 22:25:56 -05:00
parent 26c365cc7d
commit 31446da375
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -134,6 +134,7 @@ local Setup = {
["vue"] = "html",
["htmldjango"] = "html",
["markdown"] = "html",
["elixir"] = "html",
["php"] = "html",
["twig"] = "html",
["blade"] = "html",