Oz
Oz language support for Sublime Text 3
Details
Installs
- Total 347
- Win 183
- Mac 74
- Linux 90
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime/Oz
Oz language support for Sublime Text 3.
Features
- Syntax Highlighting - detects files matching the pattern
*.oz
. - Comments - Comment/Uncomment Oz code using standard commands/shortcuts.
- OPI Integration - Submit current line/selection/file to the Oz compiler.
- Still a work in progress. Killing subprocesses does not work reliably.
Preview
Installation
Sublime/Oz is available from Package Control under the name Oz
.
In order to build and run Oz code, the Oz compiler will need to be installed separately. The ozc
and ozengine
binaries will have to be included in your PATH
variable.
Usage
Code can be submitted to the compiler in individual lines, in regions (selected text) or entire files (buffer). These commands can be accessed from the “Oz” menu, the context menu or with the following shortcuts:
- Feed Line:
Ctrl-. + Ctrl-l
- Feed Region:
Ctrl-. + Ctrl-r
- Feed Buffer:
Ctrl-. + Ctrl-b
- Kill Oz Compiler Subprocess:
Ctrl-. + h
If killed, the compiler subprocess will be restarted automatically on the next feed command.
Future Work
- Snippets
- Formatting
- Linting
Contributing
Pull requests welcome. The latest version of Sublime should have everything you need to develop and test enhancements to this package.