summaryrefslogtreecommitdiffstats
path: root/filetype.vim
blob: 2527069016cfb998390e61b4d69435fb988ee459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
" 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         setf edc

au BufRead,BufNewFile *.scala       setf scala