summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+