Awesome
Sublime-Rebol
Sublime Text package for REBOL (www.rebol.com)
It's recommened to use it with included Rebol.sublime-color-scheme.
<img src="https://github.com/Oldes/media/raw/master/Rebol-Sublime-syntax-example.png" alt="colorized code example" width=50%/>Installation
via Package Control
- Make sure you already have Package Control installed.
- Choose Install Package from the Command Palette (via Tools > Coomand Palette from the main menu).
- Select REBOL package and press Enter.
or Manual Installation
- Download the desired REBOL package.
- Browse Packages from the Command Palette (Ctrl+Shift+P on Windows/Linux, ⇧⌘P on Mac)
- Copy the REBOL packgage folder to
Packages/
.
Credits
- The old .tmLanguage syntax file is based on RG-Chris TextMate Bundle
- The new .sublime-syntax version was made based on Nelo Mitranim's work.