update to zig 0.15.0-dev.1048+f43f89a70
This commit is contained in:
parent
d71afb5db8
commit
167a588dee
6 changed files with 11 additions and 11 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue