I can enable syntax highlighting for a file that has an extension that is unknown to vim by doing the following
set syntax=c
Eve
You can set it in the vim config file:
http://beerpla.net/2008/04/02/how-to-add-a-vim-file-extension-to-syntax-highlighting/