ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Rea​Syntax

by Breeder ALL

Syntax for scripting languages found in Cockos REAPER: Jesusonic/EEL/WALTER

Details

Installs

  • Total 966
  • Win 610
  • Mac 264
  • Linux 92
Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 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 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 1 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 1 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 1 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

ReaSyntax

Sublime text syntax package for scripting languages found in Cockos REAPER: Jesusonic/EEL/LUA/WALTER

A lot of effort has been invested in this. If you seriously use it, please consider supporting the developer :heart::heart::heart:

Installation

Using Package Control

  • Install Package Control
  • Use Cmd+Shift+P or Ctrl+Shift+P and search for Package Control: Install Package
  • Wait for Package Control to download latest package list and search for ReaSyntax

Download manually

  • Download zipped repository from here
  • Unzip the files and rename the folder to ReaSyntax
  • Find your Packages directory using the menu item Preferences -> Browse Packages...
  • Copy the folder into your Sublime Text Packages directory

Using git

  • Find your Packages directory using the menu item Preferences -> Browse Packages...
  • While inside the Packages directory, clone the repository using the command: git clone https://github.com/Breeder/ReaSyntax/ "ReaSyntax"

Features

Syntax for 3 languages found in REAPER:
  • JS - scripting language which is compiled on the fly and allows you to modify and/or generate audio and MIDI, as well as draw custom vector based UI and analysis displays.

  • ReaScript/EEL - REAPER lets you use both Python, Lua and its own language EEL to create scripts that can call any action and use most of the API functions. EEL looks a lot like JS (good part of JS reference is valid for EEL) and is implemented natively in REAPER so there are no dependencies to run EEL scripts. It also appears to run somewhat faster than Python.

  • ReaScript/Lua - Sublime Text has all the syntax needed for Lua scripts but ReaSyntax adds a secret sauce - auto complete for REAPER API! Do less documentation study and more coding!

  • WALTER - enables definition of visual layout and appearance of objects within REAPER – currently, it can be used to customize the layout and appearance of the track panels, mixer panels, envelope panels, transport etc…

Auto complete:

ReaSyntax includes completions for all built-in functions and their parameters (JS, EEL, LUA). WALTER completions consist of all possible keywords.

Additional color schemes:
  • Default - Modification of built-in Monokai Bright made to work a bit better with supplied syntax
  • JS Editor - Replica of the built-in JS Editor found in REAPER
Automatic detection of JS files:

JS files have no file extension, but ReaSyntax can detect JS file directly from the file content. The feature is enabled by default but can be turned off in package settings.

Open Preferences -> Package Settings -> ReaSyntax -> Settings - User and set "detect_js_file:" to true or false. For examples, go to Preferences -> Package Settings -> ReaSyntax -> Settings - Default

Automatically load color schemes for each syntax individually:

Open Preferences -> Package Settings -> ReaSyntax -> Settings - User and set "color_scheme_js", "color_scheme_eel" or "color_scheme_walter" to color scheme you would like to use with that specific syntax. If you would like to use currently selected color scheme (in Preferences -> Color Scheme) just set those to null.

For examples, go to Preferences -> Package Settings -> ReaSyntax -> Settings - Default

Screenshots

  • EEL Syntax using Default color scheme: EEL Syntax using Default color scheme

  • JS Syntax using JS Editor color scheme: EEL Syntax using JS Editor color scheme

  • WALTER Syntax using Default color scheme: EEL Syntax using Default color scheme