Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 619 Bytes

File metadata and controls

20 lines (12 loc) · 619 Bytes

MoonScript.tmbundle

This is a bundle for MoonScript which adds syntax highlighting and indentation to TextMate (and Sublime Text and any other compatible editors).

screenshot

Installation

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/leafo/moonscript-tmbundle.git MoonScript.tmbundle

Sublime Installation

  1. Add a MoonScript directory to your packages directory.
  2. Check out this repository there.