/vim-eel

Full REAPER EEL ReaScript language kit for Vim with support for UltiSnips snippets, syntax highlighting and correct indentation. Still being actively maintained and watched.

Primary LanguageVim ScriptGNU General Public License v3.0GPL-3.0

vim-eel

This plugin provides EEL2 language support! Including proper, good syntax and indentation files. These are made from the ground up (none of the terrible ones that try to just use one for C!).

Demo EEL Animation

It has:

  • Code autocomplete snippets and suggestions are NOW DEPRECATED and instead managed over at NlGHT/vim-reasyntax!! This also now has support for all the REAPER/ReaScript languages!
  • Correct syntax highlighting
  • Indentation support

Installation

Add this to your favourite plugin manager like vim-plug as such:

Plug 'NlGHT/vim-eel'

Using vim-reasyntax you can enable code snippets/autocomplete for EEL through UltiSnips in your .vimrc or other config file:

let g:reasyntax_languages = 'e' " available: 'elcp', default: ''