commit 24394f718743dd00f0365f51756581bf4f824dff
parent ec10cb502942e761aa46d43146c92e7884eab981
Author: Eyal Sawady <ecs@d2evs.net>
Date: Thu, 11 Jun 2020 11:50:35 -0400
Add continue and break keywords
Diffstat:
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 return static export
+syn keyword hareKeyword let const fn def return static export continue break
syn keyword hareRepeat for while
syn keyword hareConditional if else match switch
syn keyword hareBuiltin len offset free alloc assert