Updates syntax highlighting of builtin functions for version 0.16.0, using this as a source of truth.
update builtins for 0.16.0 #122
jpk68/zig.vim:builtins into master The more reliable source for the set of builtins can be taken from the Zig codebase directly in std.zig.BuiltinFn. This will include builtins like @disableInstrumentation and @disableIntrinsics that are currently undocumented in the language reference. These two should be added back. The rest of the changes are fine.
3e66d177b1
to 84274585e8
@Techatrix wrote in #122 (comment):
The more reliable source for the set of builtins can be taken from the Zig codebase directly in std.zig.BuiltinFn. This will include builtins like
@disableInstrumentationand@disableIntrinsicsthat are currently undocumented in the language reference. These two should be added back. The rest of the changes are fine.
Thank you for the feedback, I wasn't aware of that file. Erroneous changes have been reverted :)
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?