hare.vim

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

commit b213f55bceab6994fe26f12c4b8743122a2bb670
parent 276d8decc79efddf6f2a39625604f014f3888dd0
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 23 Apr 2021 08:05:03 -0400

syntax: add insert keyword

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 delete +syn keyword hareBuiltin len offset free alloc assert append abort delete insert syn keyword hareOperator is as " TODO: highlight size correctly both as keyword and type syn match harePreProc "^use .*;"