~dricottone/vim-xml

ref: 86304204b5da8b8287458281603a73044be9fd49 vim-xml/ftdetect/xml.vim -rw-r--r-- 156 bytes
86304204Dominic Ricottone De-emphasize end tag 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