Syntax highlighting plugin for the Zeek scripting language.
Install like any other Vim plugin. Examples:
-
vim-plug:
Plug 'zeek/vim-zeek'
-
Pathogen:
git clone https://github.com/zeek/vim-zeek ~/.vim/bundle/vim-zeek
-
Vundle:
Plugin 'zeek/vim-zeek'
This plugin contains Vader tests in
test/
. After installing Vader you can run the tests in the current buffer
with :Vader
, or all tests with :Vader test/*
.