Browse Source

Merge pull request #230 from cirosantilli/ft-markdown

Use just markdown as filetype.
digitalocean
Ciro Santilli 六四事件 法轮功 包卓轩 9 years ago
parent
commit
67b59d559b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ftdetect/markdown.vim

+ 2
- 2
ftdetect/markdown.vim View File

@ -1,3 +1,3 @@
" markdown filetype file
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
au BufRead,BufNewFile *.{md,mdown,mkd,mkdn,markdown,mdwn} set filetype=markdown
au BufRead,BufNewFile *.{md,mdown,mkd,mkdn,markdown,mdwn}.{des3,des,bf,bfa,aes,idea,cast,rc2,rc4,rc5,desx} set filetype=markdown

|||||||
x
 
000:0
Loading…
Cancel
Save