Thursday, February 26, 2009

matchit.vim's b:match_words for template toolkit

I put the following in my ~/.vim/after/ftplugin/html_snippets.vim:


let b:match_words = b:match_words . ','
\. '[% \<\(IF\|FOR\|FOREACH\)\>:[% \<E\%(LSIF\|LSE\|ND\)\>:[% \<END\>'


I love vim.

0 Comments:

Post a Comment

<< Home