commit 2aefbc3380f54c8b083026414bb1b6f70d30602e (tree)
parent 045bb41776280df1adaa2d63c7166684bf631a00
Author: Samarth Hattangady <samhattangady@gmail.com>
Date: Tue, 21 Dec 2021 11:07:13 +0530
replace c_void with anyopaque
With version 0.9.0, the keyword/type c_void was renamed anyopaque. this
commit fixes that in the syntax.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/syntax/zig.vim b/syntax/zig.vim
@@ -43,7 +43,7 @@ let s:zig_syntax_keywords = {
\ , "c_longlong"
\ , "c_ulonglong"
\ , "c_longdouble"
- \ , "c_void"]
+ \ , "anyopaque"]
\ , 'zigConstant': ["undefined"
\ , "unreachable"]
\ , 'zigConditional': ["if"