vim-boogie-ivl is a Vim plugin for the Boogie Intermediate Verification Language (Boogie IVL). The syntax is largely based on this Boogie syntax file for Vim.
.bpl
file detection.- Syntax highlighting.
You can use your favorite pathogen-compatible plugin manager to install vim-boogie-ivl.
If you're using vim-plug, for example, follow the following steps:
-
Edit your .vimrc and add a
Plug
declaration for vim-boogie-ivl.call plug#begin() " ... Plug 'hc825b/vim-boogie-ivl', {'for': 'boogie'} " ... call plug#end()
-
Restart Vim
-
:PlugInstall
to install the plugin.
vim-boogie-ivl is distributed under MIT license, the same license that Boogie uses. See LICENSE for more details.