dot_files/plugins/bundle/xptemplate/ftdetect/xptlog.detect.vim
2017-07-09 00:22:01 +03:00

5 lines
104 B
VimL

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