feat: add comment file type
This commit is contained in:
parent
851789d5d6
commit
f769544eed
1 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,12 @@ pub const @"c-sharp" = .{
|
||||||
.comment = "//",
|
.comment = "//",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pub const comment = .{
|
||||||
|
.description = "Comments",
|
||||||
|
.icon = "#",
|
||||||
|
.extensions = .{},
|
||||||
|
};
|
||||||
|
|
||||||
pub const conf = .{
|
pub const conf = .{
|
||||||
.description = "Config",
|
.description = "Config",
|
||||||
.color = 0x000000,
|
.color = 0x000000,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue