vim: *.smt2

This commit is contained in:
Gabriel Ebner 2016-06-07 10:55:14 +02:00
parent 0cbc0f232a
commit 311a798e38

1
vimrc

@ -124,6 +124,7 @@ au syntax java set ts=4 sts=4 sw=4
au BufNewFile,BufRead *.s set ft=tptp
au BufNewFile,BufRead *.s.out set ft=tptp
au BufNewFile,BufRead *.tptp set ft=tptp
au BufNewFile,BufRead *.smt2 set ft=smt
au BufReadCmd *.epub call zip#Browse(expand("<amatch>"))