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
- Host: GitHub
- URL: https://github.com/leafo/moonscript-tmbundle
- Owner: leafo
- License: other
- Created: 2011-12-01T05:42:23.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T18:08:44.000Z (over 10 years ago)
- Last Synced: 2025-02-23T08:13:51.583Z (10 months ago)
- Homepage:
- Size: 171 KB
- Stars: 38
- Watchers: 4
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/

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