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!).
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
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: ''