Updates to mirror new repository structure.
[james-home-etc.git] / .vim / filetype.vim
blobb00d0c85dceadb378554aca14aec5d2a22cacfd5
1 " markdown filetype file
2 if exists("did\_load\_filetypes")
3  finish
4 endif
5 augroup markdown
6   au! BufRead,BufNewFile *.mkd   setfiletype mkd
7 augroup END