forked from aniani/vim
patch 8.2.3452: MPD files are not recognized
Problem: MPD files are not recognized. Solution: Recognize MPD files as XML. (Steven Penny, closes #8893)
This commit is contained in:
committed by
Bram Moolenaar
parent
770ddbe159
commit
690c524ce6
@@ -1092,6 +1092,9 @@ au BufNewFile,BufRead *.moo setf moo
|
||||
" Modconf
|
||||
au BufNewFile,BufRead */etc/modules.conf,*/etc/modules,*/etc/conf.modules setf modconf
|
||||
|
||||
" MPD is based on XML
|
||||
au BufNewFile,BufRead *.mpd setf xml
|
||||
|
||||
" Mplayer config
|
||||
au BufNewFile,BufRead mplayer.conf,*/.mplayer/config setf mplayerconf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user