mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 10:00:27 +01:00
Don't hilight markdown in regular text files
This commit is contained in:
@@ -3,4 +3,4 @@ augroup filetypedetect
|
|||||||
autocmd BufNew,BufNewFile,BufRead *.txt,*.text,*.md,*.markdown :setfiletype markdown
|
autocmd BufNew,BufNewFile,BufRead *.txt,*.text,*.md,*.markdown :setfiletype markdown
|
||||||
augroup END
|
augroup END
|
||||||
" 2014-02-28 this really fixes the filetype recognition
|
" 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
|
||||||
|
|||||||
Reference in New Issue
Block a user