fix: update color for typst file_type

This commit is contained in:
CJ van den Berg 2024-08-30 21:07:15 +02:00
parent 302b343905
commit bd5240d58c

View file

@ -338,7 +338,7 @@ pub const typescript = .{
}; };
pub const typst = .{ pub const typst = .{
.color = 0x007acc, .color = 0x23b6bc,
.icon = "t", .icon = "t",
.extensions = .{ "typst", "typ" }, .extensions = .{ "typst", "typ" },
.comment = "//", .comment = "//",