Skip to content

Commit 2aefbc3

Browse files
samhattangadyandrewrk
authored andcommitted
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.
1 parent 045bb41 commit 2aefbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/zig.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let s:zig_syntax_keywords = {
4343
\ , "c_longlong"
4444
\ , "c_ulonglong"
4545
\ , "c_longdouble"
46-
\ , "c_void"]
46+
\ , "anyopaque"]
4747
\ , 'zigConstant': ["undefined"
4848
\ , "unreachable"]
4949
\ , 'zigConditional': ["if"

0 commit comments

Comments
 (0)