X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f3f96fd7c1bec0527de62415fd344e73994f1c47..e5af33f813cf0f26e7a125eb734c5f4a9597306e:/ftdetect/mkd.vim diff --git a/ftdetect/mkd.vim b/ftdetect/mkd.vim index ab36f5c..fab3ab0 100644 --- a/ftdetect/mkd.vim +++ b/ftdetect/mkd.vim @@ -1,3 +1,3 @@ " markdown filetype file -au BufRead,BufNewFile *.{md,mdown,mkd,mkdn,markdown,mdwn} set filetype=mkd - +au BufRead,BufNewFile *.{md,mdown,mkd,mkdn,markdown,mdwn} set filetype=mkd.markdown +au BufRead,BufNewFile *.{md,mdown,mkd,mkdn,markdown,mdwn}.{des3,des,bf,bfa,aes,idea,cast,rc2,rc4,rc5,desx} set filetype=mkd.markdown