public
Description: TextMate bundle for the Nu programming language
Homepage:
Clone URL: git://github.com/jsallis/nu-tmbundle.git
README.markdown

TextMate bundle for Nu development

Installation

To install via Git:

cd ~/Library/Application\ Support/TextMate/Bundles/
git clone git://github.com/jsallis/nu-tmbundle.git "Nu.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

Requirements

Some commands in the bundle require the latest TextMate Support code available from the official TextMate SVN Repository. To update your current installation of TextMate to the latest Support code, run the following commands:

cd ~/Library/Application\ Support/TextMate/
svn co http://macromates.com/svn/Bundles/trunk/Support/

Support

Posting a message to the programming-nu Google group is the easiest way to get support for the bundle.

Source

Source can be viewed or forked via GitHub: http://github.com/jsallis/nu-tmbundle/tree/master