summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-26 08:28:08 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-26 08:28:08 +0200
commit14777970ee4da5101b9f9dda28bc57d9f7606325 (patch)
treef242bca86d1feb8440aface15168e7f2feefd648
parentc5f5bb336a012484aaa3e1cbf8d2aca2c960e1bc (diff)
downloadvim-14777970ee4da5101b9f9dda28bc57d9f7606325.zip
vim-14777970ee4da5101b9f9dda28bc57d9f7606325.tar.gz
add filetype.vim
-rw-r--r--filetype.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/filetype.vim b/filetype.vim
new file mode 100644
index 0000000..fdcace7
--- /dev/null
+++ b/filetype.vim
@@ -0,0 +1,13 @@
+" Clearsilver template
+au BufNewFile,BufRead *.cst setf html
+
+" Clearsilver data
+au BufNewFile,BufRead *.hdf setf yaml
+
+au BufNewFile,BufRead *.tex setf tex
+
+au BufNewFile,BufRead *.tjp setf tjp
+au BufNewFile,BufRead *.tji setf tjp
+
+au BufNewFile,BufRead *.edc setfiletype edc
+