From dc5e1687ab76ee02e0f11c5ce137f530b36e98b3 Mon Sep 17 00:00:00 2001 From: Andrey Chalkin Date: Tue, 23 Jul 2024 23:16:23 +0200 Subject: [PATCH] feat: added alias for htmlangular (#208) --- 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 d726c89..2cb3690 100644 --- a/lua/nvim-ts-autotag/config/plugin.lua +++ b/lua/nvim-ts-autotag/config/plugin.lua @@ -132,6 +132,7 @@ local Setup = { ["astro"] = "html", ["eruby"] = "html", ["vue"] = "html", + ["htmlangular"] = "html", ["htmldjango"] = "html", ["markdown"] = "html", ["elixir"] = "html",