blob: b01a8a08d4877cf33410c43d4e30a999674bc7a4 (
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
|