This is Vim syntax-highlighting plugin for the SOUL programming language. Since SOUL is in beta the syntax is a bit of a moving target, so don't be afraid to submit issues if you notice something is off.
If you're unfamiliar with Vim, consider using something like vim-plug to maintain your plugins:
- Add the following to your
.vimrc
:
Plug 'gmoe/vim-soul'
- Restart vim and execute
:PlugInstall
to automatically download and install this plugin.
Or consider using Vim 8's native plugin manager and clone this repo into your bundle.