Vim syntax highlighting for the Wren scripting language.
Example rendering with the gruvbox colorscheme
With pathogen, run
git clone https://github.com/lluchs/vim-wren ~/.vim/bundle/vim-wren
With vim-plug, add the following to your ~/.vimrc
:
Plug 'lluchs/vim-wren'
With Vundle, add this:
Plugin 'lluchs/vim-wren'