diff --git a/lua/nvim-ts-autotag/config/plugin.lua b/lua/nvim-ts-autotag/config/plugin.lua index 0cc52b6..d726c89 100644 --- a/lua/nvim-ts-autotag/config/plugin.lua +++ b/lua/nvim-ts-autotag/config/plugin.lua @@ -134,6 +134,7 @@ local Setup = { ["vue"] = "html", ["htmldjango"] = "html", ["markdown"] = "html", + ["elixir"] = "html", ["php"] = "html", ["twig"] = "html", ["blade"] = "html",