X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=vim%2Ffiletype.vim;fp=vim%2Ffiletype.vim;h=b37fe6cb9ac0003d66da1f94e4b2e8d143592720;hp=2042a4fa12ec36c8cd56943418ad75b349afaf86;hb=b6bd4eafe7c01514ccc15dc22b3d902b7f1dc194;hpb=4e2ee5cc454ea39fcd93270a9d6dfcb9370f5406 diff --git a/vim/filetype.vim b/vim/filetype.vim index 2042a4f..b37fe6c 100644 --- a/vim/filetype.vim +++ b/vim/filetype.vim @@ -15,6 +15,7 @@ augroup filetypedetect au BufRead,BufNewFile *.adoc setf asciidoc au BufRead,BufNewFile massif.*.txt setf massif + au BufRead,BufNewFile peer*.log setf ubiquity-log " HTML (.shtml and .stm for server side) au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm call s:FThtml()