blob: a039dd95176c5d037c43b45a23c54e16a15b255e (
plain) (
tree)
|
|
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
|