mirror of
https://github.com/tpope/vim-markdown.git
synced 2025-11-13 12:23:48 -05:00
Initial commit
This commit is contained in:
4
ftdetect/markdown.vim
Normal file
4
ftdetect/markdown.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
augroup markdown
|
||||
autocmd!
|
||||
autocmd BufNewFile,BufRead *.markdown,*.mkdn,*.mdown,*.md set ft=markdown
|
||||
augroup END
|
||||
Reference in New Issue
Block a user