windwp / nvim-ts-autotag

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

can you make it work for htmldjango files? #127

Closed Reficulx closed 8 months ago

Reficulx commented 1 year ago

Hey, hello, I am just wondering if you could make it work with htmldjango files, thanks

barrett-ruth commented 1 year ago

@Reficulx got this working like so:

Added "html" to this table in the nvim-autopairs plugin.

Removed the 'htmldjango' from the HBS_TAG table in nvim-ts-autotag here

Note that this is not a good nor stable solution, but it works for me right now.

Wrote a pr to fix one half of this problem

matthewmazzanti commented 11 months ago

@barrett-ruth Made a fork with your change, which fixed it. Up in #135

barrett-ruth commented 11 months ago

Thanks. This project needs more active people to merge prs like this that are one word long.

mstendorf commented 10 months ago

Would be very nice if this could be merged soonish.

stale[bot] commented 8 months 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.