Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.18 KB

README.MD

File metadata and controls

18 lines (10 loc) · 1.18 KB

CAOS syntax package for Sublime Text 2/3

This Package provides Syntax highlighting for the CAOS Script Language, used by the Games Creatures 3, Creatures Dockingstation, Creatures Village.

Installation

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

Usage

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.