Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

cogito-lang/cogito.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cogito language definition bundle

Get Cogito syntax highlighting in TextMate or Sublime Text with this Language Definition bundle.

Installation

TextMate

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'

Sublime

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

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

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/cogito-lang/cogito.tmbundle.

License

The code is available as open source under the terms of the MIT License.

About

Cogito language definition bundle

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published