public
Description: Support for Pygments, a popular syntax highlighter.
Homepage:
Clone URL: git://github.com/acangiano/pygments-textmate-bundle.git
acangiano (author)
Tue Oct 28 09:06:50 -0700 2008
commit  06cd423b7669620426457427b55863813046358d
tree    06cf30b5f3dcee174f0b941e62606ac9c44f97d5
parent  ed74f14fb61a25f78663e7a3d60c4768db53f03f
name age message
directory Commands/ Loading commit data...
file README.rdoc
file info.plist
README.rdoc

Prerequisites

Install Pygments (pygments.org/):

    sudo port install py-pygments

Installation

    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, you may want to also execute the following line:

    osascript -e 'tell app "TextMate" to reload bundles'

This is equivalent to selecting Bundles → Bundle Editor → Reload Bundles from within TextMate.