8000 GitHub - djcas9/bro.vim: bro.vim - A simple plugin for working with the bro scripting languages.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

djcas9/bro.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bro.vim

bro.vim is a simple plugin for working with the bro scripting languages.

Install for pathogen

cd ~/.vim/
git submodule add git://github.com/mephux/bro.vim.git bundle/bro
vim bundle/bro/example.bro

Manually Install

cd ~/.local/src
git clone git://github.com/mephux/bro.vim.git
cp -R bro.vim/syntax/* ~/.vim/syntax/
# cp -R bro.vim/indent/* ~/.vim/indent/ - Coming Soon.
cp -R bro.vim/ftdetect/* ~/.vim/ftdetect/
vim bro.vim/example.bro

Thanks

  • Martin Casado - bro.vim syntax author.

About

bro.vim - A simple plugin for working with the bro scripting languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

0