Skip to content

Commit

Permalink
Merge pull request hallison#26 from scy/master
Browse files Browse the repository at this point in the history
Recognize .mdwn files as Markdown
  • Loading branch information
Hallison Batista committed Mar 7, 2012
2 parents 8068cf3 + 5f692c2 commit 10073c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftdetect/markdown.vim
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
" Markdown
autocmd BufNewFile,BufRead *.{md,mkd,mkdn,mark*} set filetype=markdown
autocmd BufNewFile,BufRead *.{md,mdwn,mkd,mkdn,mark*} set filetype=markdown

0 comments on commit 10073c3

Please sign in to comment.