• Stars
    star
    307
  • Rank 136,109 (Top 3 %)
  • Language
    Vim Script
  • Created about 13 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vim's MatchParen for HTML tags

Readme

This plugin highlights the matching HTML tag when the cursor is positioned on a tag. It works in much the same way as the MatchParen plugin.

It was inspired by this question http://stackoverflow.com/q/8168320/20388.

The latest 'release' is available on vim.org.

Other file types

To get this to work for file types other than html that use a similar tag structure (e.g XML) you can do something similar to this.

echo 'runtime! ftplugin/html.vim' > ~/.vim/ftplugin/xml.vim

The xml.vim file demonstrated here is included with MatchTag.

Screenshot

Thanks to ithaca.arpinum.org for this screenshot.

Screenshot of MatchTag