public
Description: TextMate bundle for the Nu programming language
Homepage:
Clone URL: git://github.com/jsallis/nu-tmbundle.git
jsallis (author)
Fri Feb 20 15:41:37 -0800 2009
commit  02f6dce36c8eae7cb9a8770c0879c3770f4650b5
tree    d5ddda0de639d418eaae93c4f333883f77bbaae5
parent  80d0a7305968dc6d0247325f4ea859456d1a383a

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