commit e35f63823edcf1dd35fa3deb262e6eed0cac4f8c (tree)
parent 07b95c764ffcd9532fcfe01db40ac4c073212770
Author: Andrew Kelley <superjoe30@gmail.com>
Date: Sun, 10 Jun 2018 00:22:18 -0400
add orelse keyword
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/syntax/zig.vim b/syntax/zig.vim
@@ -11,7 +11,7 @@ let b:current_syntax = "zig"
syn keyword zigStorage const var extern packed export pub noalias inline comptime nakedcc stdcallcc volatile align section
syn keyword zigStructure struct enum union
syn keyword zigStatement break return continue asm defer errdefer unreachable try catch async await suspend resume cancel
-syn keyword zigConditional if else switch and or
+syn keyword zigConditional if else switch and or orelse
syn keyword zigRepeat while for
syn keyword zigConstant null undefined this