Brainfuck syntax highlight plugin for vim.
In case if you are using VundleVim/Vundle.vim just add this to your ~/.vimrc
Plugin 'llathasa-veleth/vim-brainfuck'Then do either this:
vim +PluginInstallor, while in vim do:
:PluginInstallIf you prefer junegunn/vim-plug, add this to ~/.vimrc
Plug 'llathasa-veleth/vim-brainfuck'Then do either this:
vim +PlugInstallor, while in vim do:
:PlugInstall| Plugin Manager | How to install | 
|---|---|
| Pathogen | Run git clone https://github.com/llathasa-veleth/vim-brainfuck ~/.vim/bundle/vim-brainfuck | 
| NeoBundle | NeoBundle 'llathasa-veleth/vim-brainfuck' | 
| dein | call dein#add('llathasa-veleth/vim-brainfuck') | 
| minpac | call minpac#add('llathasa-veleth/vim-brainfuck') | 
- Fast Interpreter.
- Automatic indentation (folding function).
- Syntax highlights.
- ? Multiline comments.
- 2.1.0- Removed multiline comments due to unsolved problems.
- 2.0.0- Bracket folding added.
- 1.2.0- Testing brackets folding function.
- 1.1.1- Multiline comments now support TODO, FIXME, etc.
- 1.1.0- Changed highlight colors.
- 1.0.0- Initial version.
