mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
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 vim/vim#8893)
690c524ce6
This commit is contained in:
@@ -1095,6 +1095,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