~dricottone/vim-xml

ref: 771bed1d15000eac351c6a80c6874619ebe52e50 vim-xml/ftdetect/xml.vim -rw-r--r-- 156 bytes
771bed1dDominic Ricottone Initial commit following rebuild 2 years ago
                                                                                
1
2
3
4
5
" vim filetype detect file
" Set filetype to 'xml' on opening a buffer as '.xml', '*.html', etc.

au BufNewFile,BufRead *.{xml,html,xhtml} setfiletype xml