Syntax highlighting for kerboscript.
I recommend using a plugin manager like pathogen or vundle to install kerboscript.vim.
In ~/.vim/bundle download the VIM subdirectory with svn
cd ~/.vim/bundle
svn export https://github.com/KSP-KOS/EditorTools/trunk/VIM/vim-kerboscript
Add VIM/vim-kerboscript to your .vimrc
Plugin 'KSP-KOS/EditorTools', {'rtp': 'VIM/vim-kerboscript'}
Launch vim and run :PluginInstall
Author: Tom Vanderlee