So, I have a bunch of .vim syntax files for different languages inside my $VIMRUNTIME/syntax folder.
How do I make vim use these syntax files ? Currently, vim only looks for syntax.vim (it complains if syntax.vim is not there) and so is there something I should include in syntax.vim for vim to recognize the other language syntax files ?
P.S:
I do have syntax on in my .vimrc