hare.vim

[vim] Hare vim plugin
git clone https://git.torresjrjr.com/hare.vim.git
Log | Files | Refs | README | LICENSE

commit 24af7cc19f43e29d9cd4b35dfabfa595129460c1
parent 3dcc7040a0d85378d4d2976f9010b664c66cf0fa
Author: Eyal Sawady <ecs@d2evs.net>
Date:   Sun, 21 Feb 2021 13:13:53 -0500

Add delete builtin

Diffstat:
Msyntax/hare.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/hare.vim b/syntax/hare.vim @@ -9,7 +9,7 @@ syn case match syn keyword hareKeyword let const fn def type static export defer syn keyword hareBranch for return break continue syn keyword hareConditional if else match switch -syn keyword hareBuiltin len offset free alloc assert append abort +syn keyword hareBuiltin len offset free alloc assert append abort delete syn keyword hareOperator is as " TODO: highlight size correctly both as keyword and type syn match harePreProc "^use .*;"