Skip to content

A (Neo)Vim Brainf(u|s)ck syntax highlighting plugin.

License

Notifications You must be signed in to change notification settings

braindead-cc/bf-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bf-vim

A (Neo)Vim Brainf(u|s)ck syntax highlighting plugin.

installation

The recommended installation method is with vim-plug.

If you don't have vim-plug installed, see the project's README first. Then, add this to your .vimrc (or your init.vim, if you use Neovim):

Plug 'braindead-cc/bf-vim`

Then, open the editor and run :PlugInstall to complete installation. To update, run :PlugUpdate.

notes

This plugin only recognizes brainfsck programs with a file ending of *.b, instead of the more common *.bf (since the latter is for Befunge programs instead).

copyright

Licensed under the MIT license. See the COPYING file for more details.