Skip to content

Vim plugin to provide syntax highlightig for BLIF (Berkeley Logic Interchange Format) files

License

Notifications You must be signed in to change notification settings

lbrame/blif.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

blif.vim

blif.vim is a plugin to provide syntax highlighting for the blif language from U.C. Berkeley. Once installed, .blif files opened in vim or nvim will be displayed with syntax highlighting correctly.

This plugin supports both vim and neovim.

If you prefer using nano, you might want to check out blif.nanorc

Installation instructions

Pathogen

The following instructions assume you have installed Tim Pope's Pathogen. If you haven't done so already, install it following the instruction from its repo.

Vim

To install this plugin in vim, run the following command:

mkdir -p ~/.vim/bundle && \
git clone https://github.com/lbrame/blif.vim ~/.vim/bundle

Neovim

neovim users will need to run this command instead:

mkdir -p ~/.config/nvim/bundle && \
git clone https://github.com/lbrame/blif.vim ~/.config/nvim/bundle

Restart vim for the changes to take effect.

About

Vim plugin to provide syntax highlightig for BLIF (Berkeley Logic Interchange Format) files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published