gmoe / vim-soul

Vim syntax highlighter for the SOUL language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-soul

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.

Installation

If you're unfamiliar with Vim, consider using something like vim-plug to maintain your plugins:

  1. Add the following to your .vimrc:
Plug 'gmoe/vim-soul'
  1. 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.

About

Vim syntax highlighter for the SOUL language

License:MIT License


Languages

Language:Vim Script 100.0%