Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 639 Bytes

Sinatra TextMate bundle

This TextMate bundle adds syntax highlighting and snippets for Sinatra.

It was inspired by foca's sinatra-tmbundle which seems to have fallen somewhat out of date. This bundle contains an updated syntax and a lot more snippets.

Enjoy :-)

Installation

To install via Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/AzizLight/sinatra-tmbundle.git "Sinatra.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'