MatchTag icon indicating copy to clipboard operation
MatchTag copied to clipboard

Vim's MatchParen for HTML tags

Results 14 MatchTag issues
Sort by recently updated
recently updated
newest added

Does the plugin have support for neovim and vim-plug? I'm a newbie in vim so if it supports neovim, where should I drop the HTML file?

Hi, I just added a simple ejs.vim file. Would you please consider merging.

I use solarized dark theme, but the tag highlight looks bad, can I change hightlight color ?

In case a new split window is opened, the new window does not have any highlight. Maybe I need something else on my own vim configuration?

changes: - if tag match was not success, search fun will return [-1,-1]. Be consistent with the return type of search function. - Call that searchFunction for both highlighting and...

Fix for issue https://github.com/gregsexton/MatchTag/issues/34.

It is not safe to source html.vim for other file types. For example, In my ftplugin/ I have html.vim and xml.vim html.vim: `map a b` xml.vim: `map a c` Without...

Some a sugestion to works whit also, sorry if i put wrong place.

Tag matching currently doesn't work correctly from top to bottom if multiline tag names are in between. It works bottom up though.