2019-03-04 03:28:35 -05:00
|
|
|
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'cjsx') != -1
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
|
2015-07-18 16:54:07 -04:00
|
|
|
if exists("loaded_matchit")
|
|
|
|
let b:match_ignorecase = 0
|
|
|
|
let b:match_words = '(:),\[:\],{:},<:>,' .
|
|
|
|
\ '<\@<=\([^/][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>'
|
|
|
|
endif
|