You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Highlights custom predefined delimiter pairs in Vim text editor.
For example, in HTML language you would like to highlight <a> and its closing tag </a>
Set the pairs you want to match in the g:pairsToMatch variable.
About
Highlights custom predefined delimiter pairs in Vim text editor