GitHub - uarun/vim-protobuf: Vim syntax highlighting for Google's Protocol Buffers (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Repository files navigation

vim-protobuf

Vim syntax highlighting for Google's Protocol Buffers

Introduction

This plugin exists for the sole purpose of making it easy to install syntax highlighting for protocol buffer as a pathogen bundle. If you are not already using Tim Pope's awesome Pathogen plugin you should check it out.

The syntax highlighting code was shamelessly copied from Google Protocol Buffers Repo

Installation

  cd ~/.vim/bundle  
  git clone git://github.com/uarun/vim-protobuf.git  
  " .vimrc  
  Bundle 'uarun/vim-protobuf'