Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bakkdoor/thrift.tmbundle
- Owner: bakkdoor
- Created: 2011-04-05T01:01:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-05T01:07:24.000Z (over 13 years ago)
- Last Synced: 2023-04-11T18:18:23.481Z (over 1 year ago)
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'