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

njaczko/vim-reslang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published