~/.vim/filetype.vim
ここにfiletypeの設定なんかを記述するみたい。とりあえず
augroup filetypedetect
au! BufRead,BufNewFile *.rhtml setfiletype eruby
au! BufRead,BufNewFile *.html setfiletype smarty
augroup END
を追加してみたり。syntax/smarty.vimを見てみたけど上の方でsyntax/html.vim呼んでるんで、特に問題ないしhtmlはft=smartyにしちゃった。rhtmlの方はsyntax/rhtml.vimでつくってくれりゃーいいのに、とか思った。