oatmeal-zero / vim_sproto

syntax highlight of sproto for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-sproto

Vim syntax highlighting for Sproto

Installation

  1. cp syntax/sproto.vim ~/.vim/syntax/
  2. Add the following to ~/.vimrc:
augroup filetype
    au! BufRead,BufNewFile *.sproto setfiletype sproto
augroup end

Or just create a new file called ~/.vim/ftdetect/sproto.vim with the previous lines on it.

Install with bundle

  1. git clone https://github.com/spin6lock/vim_sproto
  2. mv vim_sproto ~/.vim/bundle/sproto

Alt text

About

syntax highlight of sproto for vim


Languages

Language:Vim Script 100.0%