Valloric / MatchTagAlways

A Vim plugin that always highlights the enclosing html/xml tags
http://valloric.github.com/MatchTagAlways/
GNU General Public License v3.0
540 stars 24 forks source link

Feature request: Can this be adapted for verilog or C/C++? #43

Closed montastic77 closed 6 years ago

montastic77 commented 6 years ago

Matchit plugin allows custom start and end tags for different programming languages. Is it possible/easy to adapt this plugin to match begin/end or if/else (nested) for Verilog/C/C++ etc?

Valloric commented 6 years ago

Sorry, but that's not in-scope for this plugin. It's only for matching XML/HTML.