Merge branch 'master' into zig-0.15

This commit is contained in:
CJ van den Berg 2025-09-29 21:04:55 +02:00
commit d6843c4fb9
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 54 additions and 28 deletions

View file

@ -1504,6 +1504,7 @@ pub const fallbacks: []const FallBack = &[_]FallBack{
.{ .ts = "keyword.type", .tm = "keyword.structure" },
.{ .ts = "keyword.function", .tm = "storage.type.function" },
.{ .ts = "constant.builtin", .tm = "keyword.constant" },
.{ .ts = "text.title", .tm = "entity.name.section" },
};
fn set_terminal_style(self: *Self) void {