This Package provides Syntax highlighting for the CAOS Script Language, used by the Games Creatures 3, Creatures Dockingstation, Creatures Village.
Using Package Control: If you have package control installed then installing this is a snap. Simply open the command palette (Tools->Command Palette). Then type "install" then search for this plugin by typing "CAOS Syntax Highlighter". That's it. It should be installed.
Without Git: Download the zip from github, and extract the files to your Sublime Text "Packages" directory, into a new directory named CAOS
. You can find the packages directy by going to Preferences -> Browse packages, within Sublime Text.
With Git: Clone the repository in your Sublime Text "Packages" directory:
git clone git://github.com/keyboardinterrupt/sublime-caos-syntax.git
Once installed navigate to View->Syntax->CAOS to apply the CAOS syntax to the document.
This syntax definition will automatically be applied to .cos files.