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.
let b:match_words = b:match_words . ','
\. '[% \<\(IF\|FOR\|FOREACH\)\>:[% \<E\%(LSIF\|LSE\|ND\)\>:[% \<END\>'
I love vim.
2 Comments:
Can you elaborate it a bit ?
This comment has been removed by the author.
Post a Comment
<< Home