Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 985 Bytes

README.markdown

File metadata and controls

29 lines (16 loc) · 985 Bytes

TextMate bundle for Nu development

This is the TextMate bundle for the Nu programming language. It provides syntax highlighting, useful snippets and commands, and more.

Installation

To install via Git:

TextMate 2

git clone git://github.com/programming-nu/nu.tmbundle.git "Nu.tmbundle" && open Nu.tmbundle

TextMate 1

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

Support

Opening an issue is the easiest way to get support for the bundle.

Source

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

Author

Many thanks to Jason Sallis for developing and maintaining this bundle.