windwp / nvim-ts-autotag

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

Config JSX Fragments #160

Closed pojokcodeid closed 5 months ago

pojokcodeid commented 7 months ago

Hai

How to config auto close jsx fragment tag (<></>) for other tag already ok

Thanks

aminfallahzadeh commented 7 months ago

Same issue, The plugin works perfect except for this part

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

PriceHiller commented 4 months ago

Hey folks if you're still having issues, I've begun maintaining a fork over @ https://github.com/PriceHiller/nvim-ts-autotag until windwp is active again.

Give it a shot and if it's still not working then open an issue over there and I'll investigate 🙂.

I'm not familiar with jsx/tsx, so if you have an example file you can point me at I can take a look and try to implement support on my fork (if it doesn't already work).