From 53226de6a4f69f32c6a7f49987c0f2668e97e925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 28 Apr 2014 14:31:58 +0200 Subject: cleanup filetype.vim --- filetype.vim | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/filetype.vim b/filetype.vim index 2527069..74809b5 100644 --- a/filetype.vim +++ b/filetype.vim @@ -1,15 +1,17 @@ " Clearsilver template -au BufNewFile,BufRead *.cst setf html +au BufNewFile,BufRead *.cst setf html " Clearsilver data -au BufNewFile,BufRead *.hdf setf yaml +au BufNewFile,BufRead *.hdf setf yaml -au BufNewFile,BufRead *.tex setf tex +au BufNewFile,BufRead *.tex setf tex -au BufNewFile,BufRead *.tjp setf tjp -au BufNewFile,BufRead *.tji setf tjp +au BufNewFile,BufRead *.tjp setf tjp +au BufNewFile,BufRead *.tji setf tjp -au BufNewFile,BufRead *.edc setf edc +au BufNewFile,BufRead *.edc setf edc -au BufRead,BufNewFile *.scala setf scala +au BufRead,BufNewFile *.scala setf scala + +au BufRead,BufNewFile *.eo setf c -- cgit v1.1-2-g2b99