nojanath / vim-ksp

Vim syntax highlighting for KSP (Kontakt Script Processor)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Vim syntax highlighting for KSP (Kontakt Script Processor)

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%