hare.vim

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

commit b0d8c8c80ee6587a1a2a35583539de39479df497
parent 9c0b388b94455cde5637a7e3e4609fd247493214
Author: Eyal Sawady <ecs@d2evs.net>
Date:   Tue, 22 Dec 2020 20:09:25 -0500

Add type keyword

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

diff --git a/syntax/hare.vim b/syntax/hare.vim @@ -5,7 +5,7 @@ if exists("b:current_syntax") finish endif -syn keyword hareKeyword let const fn def static export defer +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