public
Description: Support for Pygments, a popular syntax highlighter.
Homepage:
Clone URL: git://github.com/acangiano/pygments-textmate-bundle.git
name age message
directory Commands/ Tue Oct 28 08:53:17 -0700 2008 Changed directory structure [acangiano]
file README.rdoc Tue Oct 28 11:17:47 -0700 2008 Changed pygments instructions [acangiano]
file info.plist Tue Oct 28 08:53:17 -0700 2008 Changed directory structure [acangiano]
README.rdoc

Prerequisites

Install Pygments following these intructions: pygments.org/download/

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.