/vim-acme

syntax-highlighting for the acme 6502-family assembler

Primary LanguageVim ScriptGNU General Public License v3.0GPL-3.0

vim-acme

syntax-highlighting for the acme 6502-family assembler

Install

Vim-plug Users

Put

Plug 'leissa/vim-acme'

into your plugged-section in your ~/.vimrc and run

:PlugInstall

Other Users

git clone git@github.com:leissa/vim-acme.git
ln -s vim-acme/ftdetect/acme.vim ~/.vim/ftdetect/.
ln -s vim-acme/syntax/acme.vim ~/.vim/syntax/.