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 eff0c03e5fd1df882bc4060e1c063fbf7148ad3a (tree)
parent 2aefbc3380f54c8b083026414bb1b6f70d30602e
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sat, 15 Jan 2022 12:52:03 -0700

add `@prefetch` builtin

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

diff --git a/syntax/zig.vim b/syntax/zig.vim @@ -142,6 +142,7 @@ let s:zig_syntax_keywords = { \ , "@offsetOf" \ , "@OpaqueType" \ , "@panic" + \ , "@prefetch" \ , "@ptrCast" \ , "@ptrToInt" \ , "@rem"