From 9ab9275f66562de7d87df31ac8f2786981d770fd Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 18 Jul 2015 22:54:07 +0200 Subject: Add cjsx support --- after/ftplugin/coffee.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 after/ftplugin/coffee.vim (limited to 'after/ftplugin') diff --git a/after/ftplugin/coffee.vim b/after/ftplugin/coffee.vim new file mode 100644 index 00000000..104948d1 --- /dev/null +++ b/after/ftplugin/coffee.vim @@ -0,0 +1,5 @@ +if exists("loaded_matchit") + let b:match_ignorecase = 0 + let b:match_words = '(:),\[:\],{:},<:>,' . + \ '<\@<=\([^/][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>' +endif -- cgit v1.2.3