Skip to content

spin6lock/vim_sproto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-sproto

Vim syntax highlighting for Sproto

Installation

  1. cp 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 ~/.vim/bundle/sproto

Alt text

About

syntax highlight of sproto for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published