update to zig 0.15.0-dev.1048+f43f89a70

This commit is contained in:
Loris Cro 2025-07-17 11:57:58 +02:00 committed by CJ van den Berg
parent d71afb5db8
commit 167a588dee
6 changed files with 11 additions and 11 deletions

View file

@ -91,7 +91,7 @@ const FileType = struct {
highlights: [:0]const u8,
injections: ?[:0]const u8,
};
const LangFn = *const fn () callconv(.C) ?*const treez.Language;
const LangFn = *const fn () callconv(.c) ?*const treez.Language;
fn load_file_types(comptime Namespace: type) []const FileType {
comptime switch (@typeInfo(Namespace)) {