Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 246 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 246 Bytes

matchPairs

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.