Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Latest commit

 

History

History
67 lines (44 loc) · 1.04 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.04 KB

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

vim-reslang

Syntax highlighting for Reslang.

Screenshots of Reslang syntax highlighting

Installation

VimPlug

Place this in your .vimrc:

Plug 'njaczko/vim-reslang'

… then run the following in Vim:

:source %
:PlugInstall

Pathogen

Run the following in a terminal:

cd ~/.vim/bundle
git clone https://github.com/njaczko/vim-reslang

Vundle

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.

NeoBundle

Place this in your .vimrc:

NeoBundle 'njaczko/vim-reslang'

… then run the following in Vim:

:source %
:NeoBundleInstall