Multiple Filetypes in Vim
I’m finding this useful as I work with snipmate and have defined custom snippets for solr config files. I still want to use the XML filetype, but I have no real use for the solr fields outside of editing the schema.xml file.
set filetype=xml.solr
Booya.