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 9ed8a3152eb4dac88bb29bf0f248af86eb66cdbe (tree)
parent 09e0bceb7be1488318df9441a5499f1dde644e72
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon,  4 Feb 2019 20:45:53 -0500

add threadlocal keyword

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

diff --git a/syntax/zig.vim b/syntax/zig.vim @@ -8,7 +8,7 @@ if exists("b:current_syntax") endif let b:current_syntax = "zig" -syn keyword zigStorage const var extern packed export pub noalias inline comptime nakedcc stdcallcc volatile align linksection +syn keyword zigStorage const var extern packed export pub noalias inline comptime nakedcc stdcallcc volatile 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 zigConditional if else switch and or orelse