~dricottone/vim-xml

vim-xml/ftdetect/xml.vim -rw-r--r-- 156 bytes
cdb249c0Dominic Ricottone Adding documentation and license 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