Vim plugin for the asm2d assembly language
asm2d-vim is a lightweight Vim plugin to add syntax highlighting to assembly files for the
asm2d assembler.
It also adds syntax highlighting to MIF files.
And it configures the program used by the :make command.
Vim 7.3+.
cd ~/.vim
mkdir -p bundle && cd bundle
git clone git://github.com/tapichu/asm2d-vim.git
Add a new bundle to your .vimrc:
Bundle 'tapichu/asm2d-vim'
Run vim and update your bundles:
:BundleInstall!
Copy (or symlink) the contents of this repository into the vim application support directory:
git clone git://github.com/tapichu/asm2d-vim.git
cd asm2d-vim
cp -R * ~/.vim
Eduardo López Biagi (@tapichu).