windwp / nvim-ts-autotag

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

ADD `/` support #77

Closed NEX-S closed 1 year ago

NEX-S commented 2 years ago

for example

<img height = "100" src = "xxxxxxx"                      press /                   <img height = "100" src = "xxxxxx" />
NEX-S commented 2 years ago

this can't simply use inoremap / /> to reach that, it might need to check if there is an unmatched tag like <img

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

NEX-S commented 1 year ago

1

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