nvim-ts-autotag icon indicating copy to clipboard operation
nvim-ts-autotag copied to clipboard

closed tag expand on arrow function writing in html literals

Open vdegenne opened this issue 2 months ago • 0 comments

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.

vdegenne avatar Oct 14 '25 16:10 vdegenne