summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/coffee.vim
blob: f6a750f6399c616751d578b5213dbbf4c3b84283 (plain) (blame)
1
2
3
4
5
6
7
8
9
if !has_key(g:polyglot_is_disabled, 'cjsx')
  finish
endif

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