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

5 lines
104 B
VimL

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