This is a syntax file for Cube cfg files. It applies to autoexec.cfg, package.cfg and any other file which uses Cube script.
Features:
Install details:
Put the file on ~/.vim/syntax/ directory. Then, when opening some Cube cfg file, type:
:set syntax=cube
You can/should also put this line at top or bottom of your Cube cfg file:
// vim: set syntax=cube
This will make vim automatically apply the Cube syntax.
See also:
Vim official site
This script at vim official site