From 31446da3750674d70d71fada51631ae88dbce7c8 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 15 Jul 2024 22:25:56 -0500 Subject: [PATCH] feat: enable autotag in `elixir` fts Closes https://github.com/windwp/nvim-ts-autotag/issues/200 --- lua/nvim-ts-autotag/config/plugin.lua | 1 + 1 file changed, 1 insertion(+) 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",