diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-04-12 13:14:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-04-12 13:14:31 -0300 |
commit | 43ce9016623ab3593fb092e8f216d8c0fc9c9096 (patch) | |
tree | fc5f65b359f93dae2d8b8ccdf161173cbdd8e917 | |
parent | 825ea222c5645a444422255fda7c55221dc7962a (diff) | |
download | vim-43ce9016623ab3593fb092e8f216d8c0fc9c9096.tar.gz vim-43ce9016623ab3593fb092e8f216d8c0fc9c9096.tar.bz2 |
Use markdown syntax for .md files
-rw-r--r-- | vimrc.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link index 552ffb5..21764e5 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -77,7 +77,7 @@ augroup vimrc_syntax au BufNewFile,BufRead *.vue set ft=html au BufNewFile,BufRead *.thtml set ft=php au BufNewFile,BufRead *.mdwn set ft=ikiwiki - au BufNewFile,BufRead *.md set ft=ikiwiki + au BufNewFile,BufRead *.md set ft=markdown au BufNewFile,BufRead *.rem set ft=remind au BufNewFile,BufRead *.trac set ft=tracwiki au BufNewFile,BufRead *.tracwiki set ft=tracwiki |