vim: Enable % to jump between tags (#20536)

Closes #12986

Release Notes:

- Enable `%` to jump between pairs of tags

---------

Co-authored-by: Harrison <hrouillard@sfi.com.au>
This commit is contained in:
hrou0003
2024-11-14 12:41:53 -07:00
committed by GitHub
co-authored by Harrison
parent 189a034e71
commit f0882f44a7
8 changed files with 159 additions and 10 deletions
@@ -1,2 +1,4 @@
("<" @open "/>" @close)
("</" @open ">" @close)
("<" @open ">" @close)
("\"" @open "\"" @close)