/rustpeg.vim

A simple syntax highlighter vim plugin for .rustpeg files.

Primary LanguageVim ScriptMIT LicenseMIT

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