protobuf.tmbundle
protobuf.tmbundle copied to clipboard
Simple syntax highlighting for working with Protocol Buffers (http://code.google.com/p/protobuf) in Textmate.
To install this bundle, paste the following into the terminal:
mkdir -p ~/"Library/Application Support/TextMate/Bundles/" cd ~/"Library/Application Support/TextMate/Bundles/" git clone git://github.com/kevinweil/protobuf.tmbundle "Protobuf.tmbundle" osascript -e 'tell app "TextMate" to reload bundles'
Enjoy, and please help me improve it! Kevin