It is based on the TextMate Bundle made by @rgchris
Currently the only difference is that the Preferences/Symbols.tmPreferences
has been removed since it was throwing an error at load time.
cd ~/"Library/Application Support/Sublime Text 3/Packages/User"
git clone git://github.com/onetom/rebol-red-sublime 'Rebol & Red'
echo '{ "extensions": ["r"] }' > 'Rebol & Red.sublime-settings'
The extension setting makes sure that Rebol is selected for the .r
file extension, not R, the statistical package.
Please refer to the documentation regarding the configuration pathes.
Commands assume Rebol is installed in /usr/local/bin
as rebol
(Rebol/Core) or rebview
(Rebol/View).