hare.vim

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

commit 816009ce212ac793f81d1d418db2562a2e40b919
parent 668cd6745fd7dcc4e6d2bfd3ea85a57ab3e22ffe
Author: Eyal Sawady <ecs@d2evs.net>
Date:   Tue, 12 Jan 2021 12:16:05 -0500

Add abort builtin

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

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