summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-14 11:38:54 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-14 11:38:54 +0200
commitf0d869aea78030c6f802013a108678dd98e82378 (patch)
treea4246dcd888ff19c563ea62b2df04b1b8581f29b /ftdetect
parent96e9c416ae940753b57891b9852cfd834f9bd191 (diff)
downloadvim-polyglot-f0d869aea78030c6f802013a108678dd98e82378.tar.gz
vim-polyglot-f0d869aea78030c6f802013a108678dd98e82378.zip
Add jade template syntax support, closes #2
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/jade.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/jade.vim b/ftdetect/jade.vim
new file mode 100644
index 00000000..c21dcff7
--- /dev/null
+++ b/ftdetect/jade.vim
@@ -0,0 +1,2 @@
+" Jade
+autocmd BufNewFile,BufReadPost *.jade set filetype=jade