THIS REPO HAS BEEN ARCHIVED. At the time of archiving, most of the syntax highlighting still works. However, I am no longer committed to keeping up with new Reslang features and fixing bugs
Syntax highlighting for Reslang.
Place this in your .vimrc
:
Plug 'njaczko/vim-reslang'
… then run the following in Vim:
:source %
:PlugInstall
Run the following in a terminal:
cd ~/.vim/bundle
git clone https://github.com/njaczko/vim-reslang
Place this in your .vimrc
:
Plugin 'njaczko/vim-reslang'
… then run the following in Vim:
:source %
:PluginInstall
For Vundle version < 0.10.2, replace Plugin with Bundle above.
Place this in your .vimrc
:
NeoBundle 'njaczko/vim-reslang'
… then run the following in Vim:
:source %
:NeoBundleInstall