Skip to content

A VIM plugin for the Boogie Intermediate Verification Language (Boogie IVL)

License

Notifications You must be signed in to change notification settings

hc825b/vim-boogie-ivl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-boogie-ivl

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.

Features

  • .bpl file detection.
  • Syntax highlighting.

Installation

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:

  1. 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()
  2. Restart Vim

  3. :PlugInstall to install the plugin.

License

vim-boogie-ivl is distributed under MIT license, the same license that Boogie uses. See LICENSE for more details.

About

A VIM plugin for the Boogie Intermediate Verification Language (Boogie IVL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published