dot_files/.vim/bundle/xptemplate/ftdetect/xptlog.detect.vim
2017-05-21 12:14:33 +03:00

5 lines
104 B
VimL

augroup XPTLogFiletype
au!
au BufRead,BufNewFile xpt-debug.log set filetype=xptlog
augroup END