feat: add kdl file type
This commit is contained in:
parent
e937ff27ee
commit
119eff2fbf
1 changed files with 7 additions and 0 deletions
|
@ -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 = "",
|
||||
|
|
Loading…
Add table
Reference in a new issue