5 lines
95 B
VimL
5 lines
95 B
VimL
augroup det_md
|
|
autocmd!
|
|
autocmd BufRead,BufNewFile *.pdc set filetype=markdown
|
|
augroup END
|