summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/coffee.vim
blob: 104948d150bc2f2ca3c44a53683dda0c711f754e (plain) (blame)
1
2
3
4
5
if exists("loaded_matchit")
  let b:match_ignorecase = 0
  let b:match_words = '(:),\[:\],{:},<:>,' .
    \ '<\@<=\([^/][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>'
endif