feat: add kdl file type

This commit is contained in:
CJ van den Berg 2024-07-05 22:41:57 +02:00
parent e937ff27ee
commit 119eff2fbf

View file

@ -142,6 +142,13 @@ pub const json = .{
.language_server = .{ "deno", "lsp" },
};
pub const kdl = .{
.color = 0x000000,
.icon = "",
.extensions = .{"kdl"},
.comment = "//",
};
pub const lua = .{
.color = 0x02027d,
.icon = "󰢱",