Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.
/ rustpeg.vim Public archive

A simple syntax highlighter vim plugin for .rustpeg files.

License

Notifications You must be signed in to change notification settings

treycordova/rustpeg.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rustpeg.vim

A simple syntax highlighter vim plugin for .rustpeg files.

Important dependency on rust-lang/rust.vim, or any Rust plugin, really.

Installation

Using Vundle

  1. Add Plugin 'treycordova/rustpeg.vim' to ~/.vimrc
  2. vim +PluginInstall +qall

Note: Vundle will not automatically detect .rustpeg files properly if filetype on is executed before Vundle. Please check the quickstart for more details.

Using Pathogen

git clone --depth=1 https://github.com/treycordova/rustpeg.vim.git ~/.vim/bundle/rustpeg.vim

Using NeoBundle

  1. Add NeoBundle 'treycordova/rustpeg.vim' to ~/.vimrc
  2. Re-open vim or execute :source ~/.vimrc

About

A simple syntax highlighter vim plugin for .rustpeg files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published