Vim syntax highlighting for KSP (Kontakt Script Processor)
This is inspired by Nils Liberg's fantastic SublimeKSP plugin. This only provides syntax highlighting for now but I hope to incorporate Nils' KSP compiler eventually.
Using pathogen:
cd ~/.vim/bundle
git clone https://github.com/nojanath/vim-ksp.git
After installation, open any file with a .ksp extension and Vim will detect the filetype as KSP. It highlights KSP keywords, built-in variables and commands, etc. Easy peasy.
Pull requests are welcome!