Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gryf/kickass-syntax-vim
https://github.com/gryf/kickass-syntax-vim
c64 cross-assembler kickassembler syntax-highlighting vim vim-plugin viml
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gryf/kickass-syntax-vim
- Owner: gryf
- Created: 2014-08-12T19:04:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T17:42:31.000Z (over 5 years ago)
- Last Synced: 2023-03-30T08:49:58.943Z (over 1 year ago)
- Topics: c64, cross-assembler, kickassembler, syntax-highlighting, vim, vim-plugin, viml
- Language: Vim script
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
KickAssembler syntax for Vim
============================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:.. code:: vim
:set filetype=kickass
You can also add to your vimrc file autocommand:
.. code:: vim
autocmd BufRead *.asm set filetype=kickass
From now on, all files with extension *asm* will have brand new kickass
syntax.Enjoy.
.. _Kick Assembler: http://www.theweb.dk/KickAssembler/Main.php
.. _Pathogen: https://github.com/tpope/vim-pathogen
.. _Vundle: https://github.com/gmarik/Vundle.vim
.. _NeoBundle: https://github.com/Shougo/neobundle.vim
.. _BitBucket: https://bitbucket.org/gryf/kickass-syntax-vim
.. _GitHub: https://github.com/gryf/kickass-syntax-vim