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 b3572e33d8a214a5217bd27ab55fe6e59265dd10 (tree)
parent d44cdc1e850ca7fe95c10d335190ced190e8b581
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Mon, 22 Jan 2018 22:28:14 -0500

remove coldcc 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 coldcc stdcallcc volatile align section +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 unreachable try catch syn keyword zigConditional if else switch and or