Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 650 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 650 Bytes

vim-ksp

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.

Installation

Using pathogen:

cd ~/.vim/bundle
git clone https://github.com/nojanath/vim-ksp.git

Usage

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.

Contributing

Pull requests are welcome!