feat: add comment file type

This commit is contained in:
CJ van den Berg 2026-03-16 19:43:19 +01:00
parent 851789d5d6
commit f769544eed
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -54,6 +54,12 @@ pub const @"c-sharp" = .{
.comment = "//",
};
pub const comment = .{
.description = "Comments",
.icon = "#",
.extensions = .{},
};
pub const conf = .{
.description = "Config",
.color = 0x000000,