vim-polyglot/after/ftplugin/coffee.vim
2015-07-18 22:54:07 +02:00

6 lines
162 B
VimL

if exists("loaded_matchit")
let b:match_ignorecase = 0
let b:match_words = '(:),\[:\],{:},<:>,' .
\ '<\@<=\([^/][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>'
endif