On a plain Ubuntu installation (12.04 in my case) when I have no ~/.vimrc VIM does not detect syntax of .ssh/config.
Syntax highlighting works, but it does not set the correct filetype.
vi ~/.ssh/config
:set syn?
>syntax=conf
When I do:
set syn=sshconfig
Then the syntax highlighting is as it should be.
Why isn't the filetype automatically identified? And how can it be set automatically?
