~dricottone/vim-xml

ref: 56fd192a79c8c8f1512c665775251a1a813fa83c vim-xml/ftdetect/xml.vim -rw-r--r-- 156 bytes
56fd192aDominic Ricottone Merging part of Dec 3, 2019 upstream commit 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