mirror of
https://github.com/gryf/kickass-syntax-vim.git
synced 2026-08-28 22:41:46 +02:00
2b0adad4d74491cea96b324faa83b3b8fc2eb8ee
This is Vim syntax for the great Kick Assembler C64 cross/macro assembler.
This repository is hosted on BitBucket, and mirrored on GitHub.
Installation
To install, place syntax/kickass.vim file in ~/.vim/syntax (*nix/Mac) or in $VIMRUNTIME/syntax on Windows or just use some Vim package manager, like NeoBundle, Pathogen or Vundle, and than issue command:
:set filetype=kickass
You can also add to your vimrc file autocommand:
autocmd BufRead *.asm set filetype=kickass
From now on, all files with extension 'asm' will have brand new kickass syntax.
Enjoy.
Languages
Vim script
100%