summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/coffee.vim
blob: 27c00bcb4d98daaadffd8d86b4cc4d7fbcceaf0f (plain) (blame)
1
2
3
4
5
6
7
8
9
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'cjsx') == -1

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

endif