From b0ca116ee1158e64d56ccdb8b2151832e7cfd72d Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 23 Jul 2024 21:14:37 +0000 Subject: [PATCH] feat: enable autotag in `elixir` fts (#206) See 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",