gregsexton / MatchTag

Vim's MatchParen for HTML tags
http://www.vim.org/scripts/script.php?script_id=3818
310 stars 31 forks source link

What should I do to match the tags in .twig files? #21

Closed Ziiweb closed 10 years ago

Ziiweb commented 11 years ago

Hi,

just that. I have several .twig files.

Thanks

Javi

gregsexton commented 11 years ago

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

When you open a .twig file, what does :set ft? in Vim return? If it is 'twig', this should work.