windwp / nvim-ts-autotag

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

fix(#164): Fix renaming tags in svelte files #167

Closed roycrippen4 closed 4 months ago

roycrippen4 commented 6 months ago

Seems like upstream Treesitter changes broke the auto-tag renaming feature for svelte files.

PriceHiller commented 4 months ago

Hi there!

It appears the primary maintainer is currently preoccupied and hasn't been responding (https://github.com/windwp/nvim-ts-autotag/issues/163#issuecomment-2107013155). Not a dig against them, they've provided a great plugin at no charge.

In the meantime, I'll be maintaing a fork until they're back @ https://github.com/PriceHiller/nvim-ts-autotag/.

I may be incorporating your PR at that repository. If you have any issue with me doing this, please let me know 🙂.

PriceHiller commented 4 months ago

Incorporated as part of #173 -- roycrippen was added as a coauthor.

PriceHiller commented 4 months ago

Hello! Since my last comment, I've now become a maintainer to help out in this repo. This was merged into main as a co-authored commit from my fork as part of #173.

Commit can be found here: https://github.com/windwp/nvim-ts-autotag/commit/408a107ff20e1790a3105c94f0e43eed2d0d727f

I'll be closing this out, please ping me if it shouldn't have been closed.

It seems when I co-authored you, I did it slightly incorrectly. If you would like me to correct that and properly co-author you please let me know and I can make that happen.

Thanks!