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 #72

Closed NEX-S closed 1 year ago

NEX-S commented 2 years ago

For example,

step one: <html>|</html>
step two: press  >
get this:
<html>
    |
</html>

I think this feature would be for convinience to <CR> :+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.