ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Iced​Coffee​Script

by dhoelzgen ALL

A TextMate Bundle for IcedCoffeeScript

Details

  • 2013.05.02.10.23.43
  • github.​com
  • github.​com
  • 11 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 9K
  • Win 3K
  • Mac 4K
  • Linux 2K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

IcedCoffeeScript.tmbundle

A TextMate Bundle / Sublime Text 2 Package for the CoffeeScript programming language.

Forked to highlight await and defer keywords used by IcedCoffeeScript.

Installation in Sublime Text 2

Simply install the IcedCoffeeScript package via Package Manager.

Manual installation in Sublime Text 2

To replace your existing CoffeeScript package, use Package Control: Remove Package to remove your old CoffeeScript Package first. This step is optional, you can of course use both packages, but you'll have to manually select Iced Coffee for files containing the additional keywords.

To install the Iced Coffee Package, simply clone this repository package directory:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/dhoelzgen/iced-coffee-script-tmbundle.git Iced

Sublime should automatically detect and reload the package.

Installation in Textmate

cd ~/Library/Application\ Support/TextMate/Bundles (Textmate 1)
cd /Applications/TextMate.app/Contents/SharedSupport/Bundles (Textmate 2)
git clone git://github.com/dhoelzgen/iced-coffee-script-tmbundle.git IcedCoffeeScriptBundle.tmbundle

The bundle includes syntax highlighting, the ability to compile or evaluate CoffeeScript inline, convenient symbol listing for functions, and a number of expando snippets.

Patches for additions are always welcome.

screenshot

If your TextMate.app is having trouble finding the coffee command, remember that TextMate doesn't inherit your regular PATH.