So this may be a trivial issue to resolve.
The company I work for has their own file format, and it contains java like code.
Right now there is no syntax highlighting when I open their files with vim, after installing spf13.
Is there somewhere I can add their file extension to, in order to get have syntax highlighting?
essentially I need spf13 to recognise the file extension as java.
Thanks!
Ps I did cp the file and replace their extension with .java and the syntax highlighting worked fine :)