An open API service indexing awesome lists of open source software.

https://github.com/leafo/moonscript-tmbundle

textmate support for MoonScript
https://github.com/leafo/moonscript-tmbundle

Last synced: about 1 month ago
JSON representation

textmate support for MoonScript

Awesome Lists containing this project

README

          

# MoonScript.tmbundle

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

[1]: http://moonscript.org/

![screenshot](http://leafo.net/shotsmb/18ec35f7e2909c2a17b8ff37879f29b3.png)

## 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

You can install this package by running the following command in your Sublime Text Packages directory:

git clone https://github.com/leafo/moonscript-tmbundle.git MoonScript