This commit is contained in:
Barak Michener 2014-05-26 16:37:43 -04:00
parent b07b652553
commit f68c657bad

View file

@ -5,7 +5,8 @@ endif
" Filetype mappingss " Filetype mappingss
augroup markdown augroup markdown
au! BufRead,BufNewFile *.mkd setfiletype mkd au! BufRead,BufNewFile *.mkd setfiletype markdown
au! BufRead,BufNewFile *.md setfiletype markdown
augroup END augroup END
augroup mako augroup mako
au! BufRead,BufNewFile *.mak,*.mako setfiletype mako au! BufRead,BufNewFile *.mak,*.mako setfiletype mako