summaryrefslogtreecommitdiffstats
path: root/after/ftplugin
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-07-18 22:54:07 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-07-18 22:54:07 +0200
commit9ab9275f66562de7d87df31ac8f2786981d770fd (patch)
tree81d0b5d52af0c98954f6fe340965f92fbe3916bf /after/ftplugin
parent1c80c4bb08ae250d2eb19aabe0f31c1b2bdf5097 (diff)
downloadvim-polyglot-9ab9275f66562de7d87df31ac8f2786981d770fd.tar.gz
vim-polyglot-9ab9275f66562de7d87df31ac8f2786981d770fd.zip
Add cjsx support
Diffstat (limited to 'after/ftplugin')
-rw-r--r--after/ftplugin/coffee.vim5
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