NlGHT / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: ''

About

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

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%