Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bakkdoor/thrift.tmbundle

Thrift textmate bundle with union support
https://github.com/bakkdoor/thrift.tmbundle

Last synced: 1 day ago
JSON representation

Thrift textmate bundle with union support

Awesome Lists containing this project

README

        

This is a clone of the svn repository of the official Thrift.tmbundle
See: http://svn.textmate.org/trunk/Bundles/Thrift.tmbundle/

I added support for unions (both highlighting and snippets). Enjoy.

# Installation:

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