nvim-ts-autotag
nvim-ts-autotag copied to clipboard
closed tag expand on arrow function writing in html literals
https://github.com/user-attachments/assets/636e948c-977b-4dbd-b1a2-ea080a9cd303
When I type > character in html string literal in javascript, it always "thinks" I want to close the html element I'm currently in, even though it's the > character for arrow function, and it's obvious I'm inside the html tag and there is a closed tag already.
One easy solution could be to just avoid expanding when > is directly following = symbol.