motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit defc660d235152e82271a48bd89bfcc9fa58b432 (tree)
parent 5ef469df4f663a81e983f5ee4dce9b50b8a612af
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Wed, 14 Aug 2019 14:09:15 -0400

delete `cancel`

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

diff --git a/syntax/zig.vim b/syntax/zig.vim @@ -10,7 +10,7 @@ let b:current_syntax = "zig" syn keyword zigStorage const var extern packed export pub noalias inline comptime nakedcc stdcallcc volatile allowzero align linksection threadlocal syn keyword zigStructure struct enum union error -syn keyword zigStatement break return continue asm defer errdefer unreachable try catch async await suspend resume cancel +syn keyword zigStatement break return continue asm defer errdefer unreachable try catch async await suspend resume syn keyword zigConditional if else switch and or orelse syn keyword zigRepeat while for