TextMate Bundle for the Oz programming language

October 10, 2010 · View on GitHub

TextMate Bundle to help developing with Oz.

Install

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'

Features

  • 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)

Author

Benoit Daloze