mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
markdown detection now works; remove conflicting configuration, fixing
having a sourcefile (like a Python file) suddenly marked as markdown when switching back from a markdown file
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
" 2014-02-27 force certain files to be highlighted with Markdown syntax
|
||||
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
|
||||
Reference in New Issue
Block a user