feat: add D file type
This commit is contained in:
parent
f769544eed
commit
8a3f9deb2d
3 changed files with 14 additions and 2 deletions
|
|
@ -111,6 +111,16 @@ pub const css = .{
|
|||
.comment = "//",
|
||||
};
|
||||
|
||||
pub const d = .{
|
||||
.description = "D",
|
||||
.color = 0xF54927,
|
||||
.icon = "",
|
||||
.extensions = .{ "d", "di" },
|
||||
.comment = "//",
|
||||
.highlights = "queries/d/highlights.scm",
|
||||
.injections = "queries/d/injections.scm",
|
||||
};
|
||||
|
||||
pub const diff = .{
|
||||
.description = "Diff",
|
||||
.extensions = .{ "diff", "patch", "rej" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue