hare.vim

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

commit d8fc0bdb83a47fb574428d3c52a63196f175a32b
parent b213f55bceab6994fe26f12c4b8743122a2bb670
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed,  9 Jun 2021 13:20:26 -0400

Add yield keyword

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

diff --git a/syntax/hare.vim b/syntax/hare.vim @@ -7,7 +7,7 @@ endif syn case match syn keyword hareKeyword let const fn def type static export defer -syn keyword hareBranch for return break continue +syn keyword hareBranch for return break continue yield syn keyword hareConditional if else match switch syn keyword hareBuiltin len offset free alloc assert append abort delete insert syn keyword hareOperator is as