Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 431 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 431 Bytes

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 [email protected]:leissa/vim-acme.git
ln -s vim-acme/ftdetect/acme.vim ~/.vim/ftdetect/.
ln -s vim-acme/syntax/acme.vim ~/.vim/syntax/.