Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 468 Bytes

mega65-vim-acme

Syntax highlighting for the ACME 6502/4510/45GS02-family assembler

Install

Vim-plug Users

Put

Plug 'titanlab/mega65-vim-acme'

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

:PlugInstall

Other Users

git clone [email protected]:titanlab/mega65-vim-acme.git
ln -s vim-acme/ftdetect/acme.vim ~/.vim/ftdetect/.
ln -s vim-acme/syntax/acme.vim ~/.vim/syntax/.