dot_files/.vim/bundle/xptemplate/ftdetect/xptlog.detect.vim

6 lines
104 B
VimL
Raw Normal View History

2017-05-21 12:14:33 +03:00
augroup XPTLogFiletype
au!
au BufRead,BufNewFile xpt-debug.log set filetype=xptlog
augroup END