File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ let s:zig_syntax_keywords = {
131
131
\ , " @import"
132
132
\ , " @newStackCall"
133
133
\ , " @asyncCall"
134
- \ , " @intToPtr "
134
+ \ , " @ptrFromInt "
135
135
\ , " @max"
136
136
\ , " @min"
137
137
\ , " @memcpy"
@@ -148,7 +148,7 @@ let s:zig_syntax_keywords = {
148
148
\ , " @panic"
149
149
\ , " @prefetch"
150
150
\ , " @ptrCast"
151
- \ , " @ptrToInt "
151
+ \ , " @intFromPtr "
152
152
\ , " @rem"
153
153
\ , " @returnAddress"
154
154
\ , " @setCold"
@@ -172,19 +172,19 @@ let s:zig_syntax_keywords = {
172
172
\ , " @subWithOverflow"
173
173
\ , " @intCast"
174
174
\ , " @floatCast"
175
- \ , " @intToFloat "
176
- \ , " @floatToInt "
177
- \ , " @boolToInt "
175
+ \ , " @floatFromInt "
176
+ \ , " @intFromFloat "
177
+ \ , " @intFromBool "
178
178
\ , " @errSetCast"
179
179
\ , " @truncate"
180
180
\ , " @typeInfo"
181
181
\ , " @typeName"
182
182
\ , " @TypeOf"
183
183
\ , " @atomicRmw"
184
- \ , " @intToError "
185
- \ , " @errorToInt "
186
- \ , " @intToEnum "
187
- \ , " @enumToInt "
184
+ \ , " @errorFromInt "
185
+ \ , " @intFromError "
186
+ \ , " @enumFromInt "
187
+ \ , " @intFromEnum "
188
188
\ , " @setAlignStack"
189
189
\ , " @frame"
190
190
\ , " @Frame"
You can’t perform that action at this time.
0 commit comments