From 55efc1d2c4c0ff016f7fc2dd12691adc4e23c523 Mon Sep 17 00:00:00 2001 From: Roman Dobosz Date: Tue, 12 Aug 2014 21:38:03 +0200 Subject: [PATCH] Updated to KickAssembler 3.36 changes --- README.rst | 4 ++-- syntax/kickass.vim | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 9ec4126..a0d0825 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ 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 +From now on, all files with extension *asm* will have brand new kickass syntax. Enjoy. @@ -32,4 +32,4 @@ Enjoy. .. _Vundle: https://github.com/gmarik/Vundle.vim .. _NeoBundle: https://github.com/Shougo/neobundle.vim .. _BitBucket: https://bitbucket.org/gryf/kickass-syntax-vim -.. _GitHub: https://bitbucket.org/gryf/kickass-syntax-vim +.. _GitHub: https://github.com/gryf/kickass-syntax-vim diff --git a/syntax/kickass.vim b/syntax/kickass.vim index dac2f3c..4dbdc59 100644 --- a/syntax/kickass.vim +++ b/syntax/kickass.vim @@ -1,10 +1,12 @@ " Vim syntax file " Language: Assembler, KickAssembler " Maintainer: Roman 'gryf' Dobosz -" Last Change: 2012-07-22 -" Version: 1.2 +" Last Change: 2014-08-12 +" Version: 1.3 " " Changelog: +" 1.3 Updated to KickAssembler 3.36 changes (added addAll and uget* methods) +" " 1.2 Updated to KickAssembler 3.25 changes " " 1.1 Since in assembly languages 'everything is a label' there pretty hard @@ -240,6 +242,7 @@ syn match kickAssMethod "\.\("he=e-1,hs=s+1 syn match kickAssMethod "\.\("he=e-1,hs=s+1 syn match kickAssMethod "\.\("he=e-1,hs=s+1 syn match kickAssMethod "\.\("he=e-1,hs=s+1 +syn match kickAssMethod "\.\("he=e-1,hs=s+1 " READY. " Hash - already defined names: get, remove @@ -292,6 +295,8 @@ syn keyword kickAssConstant BD_C64FILE BF_BITMAP_SINGLECOLOR BF_KOALA BF_FLI syn match kickAssFunction "\("he=e-1 syn match kickAssMethod "\.\("he=e-1,hs=s+1 syn match kickAssFunction "\("he=e-1 +syn match kickAssMethod "\.\("he=e-1,hs=s+1 + " Graphics files syn match kickAssFunction "\("he=e-1