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",