Files
vim-polyglot/after/ftplugin/coffee.vim
2020-10-25 20:33:44 +01:00

10 lines
222 B
VimL

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