Syntax highlighting for ACME in vim

by Bitbreaker/Nuance^Metalvotze

first, you need some rules that do the highlighting for you, that will be placed in ~./vim/syntax/acme.vim → acme_vim.tar.gz

in .vimrc you need then to append the following line to automatically highlight .asm files:

autocmd BufNewFile,BufRead *.asm set syntax=acme.vim