Oz
Oz language support for Sublime Text 3
Details
Installs
- Total 348
- Win 183
- Mac 75
- Linux 90
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 |
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 | 1 | 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.