Get Cogito syntax highlighting in TextMate or Sublime Text with this Language Definition bundle.
Clone the repository into the TextMate/Bundles directory:
[ ! -f ~/Library/Application\ Support/TextMate/Bundles ] && mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/cogito-lang/cogito.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'
Clone the repository into the Packages directory:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/cogito-lang/cogito.tmbundle.git
Then start Sublime Text.
Atom users can convert the bundle using the following syntax:
apm init --package ~/.atom/packages/language-cogito --convert https://github.com/cogito-lang/cogito.tmbundle
Bug reports and pull requests are welcome on GitHub at https://github.com/cogito-lang/cogito.tmbundle.
The code is available as open source under the terms of the MIT License.