Skip to content
/ vim-eel Public

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

Notifications You must be signed in to change notification settings

NlGHT/vim-eel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks