Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 969 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 969 Bytes

COOL.tmbundle

A TextMate Bundle for the [COOL]("http://en.wikipedia.org/wiki/Cool_(programming_language)" COOL) programming language.

screenshot

Installation

cd ~/Library/Application\ Support/TextMate/Bundles (Textmate 1)
cd /Applications/TextMate.app/Contents/SharedSupport/Bundles (Textmate 1.5.10 & 2)
git clone git://github.com/anunayk/cool-tmbundle COOL.tmbundle

Currently, the bundle just includes syntax highlighting. Other actions will be supported in the future. Patches for additions are always welcome.

Thanks to jashkenas.

Sublime Text 2

This bundle is compatible with Sublime Text 2, and can be installed using:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/anunayk/cool-tmbundle COOL