This is the TextMate bundle for the Nu programming language. It provides syntax highlighting, useful snippets and commands, and more.
To install via Git:
TextMate 2
git clone git://github.com/jsallis/nu.tmbundle.git "Nu.tmbundle" && open Nu.tmbundle
TextMate 1
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'
Opening an issue is the easiest way to get support for the bundle.
Source can be viewed or forked via GitHub: http://github.com/jsallis/nu.tmbundle/tree/master