6 lines
104 B
VimL
6 lines
104 B
VimL
|
|
augroup XPTLogFiletype
|
||
|
|
au!
|
||
|
|
au BufRead,BufNewFile xpt-debug.log set filetype=xptlog
|
||
|
|
augroup END
|
||
|
|
|