From 83a021a8625603b03fd99ad19e121bc8cdb2bde1 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sat, 14 Dec 2024 21:56:44 +0000 Subject: [PATCH] vim: add missing assembly keywords --- ivy.vim/syntax/ivyasm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy.vim/syntax/ivyasm.vim b/ivy.vim/syntax/ivyasm.vim index 380e1fe..b83c9b6 100755 --- a/ivy.vim/syntax/ivyasm.vim +++ b/ivy.vim/syntax/ivyasm.vim @@ -7,7 +7,7 @@ set cpoptions&vim setlocal iskeyword+=@-@ setlocal iskeyword+=. -syn keyword ivyasmUnspecifiedStatement @end @lambda @class @msgh @use @constpool @selector @ident @atom +syn keyword ivyasmUnspecifiedStatement @end @class @block @import @constpool @selector @ident @atom @package @property @var @msgh @lambda syn keyword ivyasmInstruction ldr str ret ret.n cmp b.eq br add sub div mul push pop msg syn match ivyasmRegister "x[0-9]" syn match ivyasmRegister "x[1-9][0-9]"