Merge branch 'master' of git.barakmich.com:barak/dotfiles
This commit is contained in:
commit
4fe26c8463
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue