diff options
Diffstat (limited to 'after/ftplugin')
-rw-r--r-- | after/ftplugin/coffee.vim | 5 |
1 files changed, 5 insertions, 0 deletions
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 |