1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Don't hilight markdown in regular text files

This commit is contained in:
Michiel Scholten
2014-05-21 14:07:47 +02:00
parent d2558fae1e
commit 1a5f88ed3e

View File

@@ -3,4 +3,4 @@ augroup filetypedetect
autocmd BufNew,BufNewFile,BufRead *.txt,*.text,*.md,*.markdown :setfiletype markdown
augroup END
" 2014-02-28 this really fixes the filetype recognition
autocmd BufWinEnter *.{md,mkd,mkdn,mark*,txt,text} silent setf markdown
autocmd BufWinEnter *.{md,mkd,mkdn,mark*} silent setf markdown