fix: update color for typst file_type
This commit is contained in:
parent
302b343905
commit
bd5240d58c
1 changed files with 1 additions and 1 deletions
|
@ -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 = "//",
|
||||||
|
|
Loading…
Add table
Reference in a new issue