TextMate Bundle to help developing with Oz.
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/eregon/oz-tmbundle.git Oz.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
- Basic Grammar of the language
- Indentation
- Some Snippets (fun, if, if/else, local … in … end)
- Compile and execute scripts and output as html or text (⌘R, ⌘⇧R)
Benoit Daloze