Antonio Cangiano
Posts: 333
Nickname: acangiano
Registered: Dec, 2005
|
Antonio Cangiano is a Ruby hacker
|
|
|
|
Pygments TextMate Bundle
|
Posted: Oct 28, 2008 11:11 AM
|
|
Following my last post, a few people asked me to create a Pygments TextMate bundle. Ask and ye shall receive (on GitHub).
Prerequisites
Install Pygments:
sudo port install py-pygments
Installation
First method:
sudo mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
git clone git://github.com/acangiano/pygments-textmate-bundle.git "Pygments.tmbundle"
If TextMate is running while you perform the update, execute the following:
osascript -e 'tell app "TextMate" to reload bundles'
This is [...]
Read: Pygments TextMate Bundle
|
|