Skip to content

Commit

Permalink
Use text syntax mode for md, markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 7, 2014
1 parent 966c9b6 commit 89f8a46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions filetype.vim
Expand Up @@ -6,8 +6,10 @@ augroup filetypedetect
au! BufRead,BufNewFile *.leg setfiletype c au! BufRead,BufNewFile *.leg setfiletype c
au! BufRead,BufNewFile *.nim setfiletype nimrod au! BufRead,BufNewFile *.nim setfiletype nimrod
au! BufRead,BufNewFile {TODO,todo,TodoList} setfiletype todo au! BufRead,BufNewFile {TODO,todo,TodoList} setfiletype todo
au! BufRead,BufNewFile *.txt setfiletype text au! BufRead,BufNewFile *.txt setfiletype text
au! BufRead,BufNewFile *.markdown setfiletype text
au! BufRead,BufNewFile *.md setfiletype text
au! BufRead,BufNewFile *.st setfiletype stringtemplate au! BufRead,BufNewFile *.st setfiletype stringtemplate
augroup END augroup END

runtime! ftdetect/*.vim runtime! ftdetect/*.vim

0 comments on commit 89f8a46

Please sign in to comment.