summaryrefslogtreecommitdiffstats
path: root/filetype.vim
blob: fdcace74b01a41670e02587b35ab3dba5b76a735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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