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

6 lines
104 B
VimL
Raw Permalink Normal View History

2017-07-09 00:26:06 +03:00
augroup XPTLogFiletype
au!
au BufRead,BufNewFile xpt-debug.log set filetype=xptlog
augroup END