Skip to content

Commit

Permalink
add .mdwn file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
heiderich authored and tpope committed Feb 5, 2018
1 parent 8cd4179 commit e2d7fcd
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,4 +1,4 @@
autocmd BufNewFile,BufRead *.markdown,*.md,*.mdown,*.mkd,*.mkdn
autocmd BufNewFile,BufRead *.markdown,*.md,*.mdown,*.mkd,*.mkdn,*.mdwn
\ if &ft =~# '^\%(conf\|modula2\)$' |
\ set ft=markdown |
\ else |
Expand Down

0 comments on commit e2d7fcd

Please sign in to comment.