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 dd5e2c2384d42eaffadd5a8fd749b0499a90a7ac (tree)
parent 118d9b74970899cae309823b75ddee3af999a74c
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 14 Mar 2022 23:41:54 -0700

add `@extern`

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

diff --git a/syntax/zig.vim b/syntax/zig.vim @@ -115,6 +115,7 @@ let s:zig_syntax_keywords = { \ , "@divTrunc" \ , "@embedFile" \ , "@export" + \ , "@extern" \ , "@tagName" \ , "@TagType" \ , "@errorName"