Skip to content

q60/vim-brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Brainfuck

Brainfuck syntax highlight plugin for vim.

Example

Installation

Vundle

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 +PluginInstall

or, while in vim do:

:PluginInstall

Plug

If you prefer junegunn/vim-plug, add this to ~/.vimrc

Plug 'llathasa-veleth/vim-brainfuck'

Then do either this:

vim +PlugInstall

or, while in vim do:

:PlugInstall

Other methods

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')

TODO List

  • Fast Interpreter.
  • Automatic indentation (folding function).
  • Syntax highlights.
  • ? Multiline comments.

Version history

  • 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.