Files
vim-polyglot/after/ftplugin/coffee.vim

10 lines
235 B
VimL

if !polyglot#util#IsEnabled('cjsx', expand('<sfile>:p'))
finish
endif
if exists("loaded_matchit")
let b:match_ignorecase = 0
let b:match_words = '(:),\[:\],{:},<:>,' .
\ '<\@<=\([^/][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>'
endif