windwp / nvim-ts-autotag

Use treesitter to auto close and auto rename html tag
MIT License
1.63k stars 87 forks source link

add filetype support for Elixir's HEEx templates and files #91

Closed gandhiShepard closed 1 year ago

gandhiShepard commented 1 year ago

autotag works great for me, but, it does not work in my Elixir files. However, it works perfectly for me when I include the elixir and heex filetypes here. In Elixir speak, the changes to this file allows me to have html tag closing enabled within "HEEx templates and .heex files". It does not enable html tag closing within ".eex" files which is fine as Elixir has moved to using .heex files instead of the older .eex files. Much Respect!

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.