feat: add rpmspec support

This commit is contained in:
CJ van den Berg 2025-05-14 15:54:45 +02:00
parent 444283cd23
commit 739d78c4f0
2 changed files with 9 additions and 0 deletions

View file

@ -426,6 +426,14 @@ pub const regex = .{
.comment = "#",
};
pub const rpmspec = .{
.description = "RPM spec",
.color = 0xff0000,
.icon = "󱄛",
.extensions = .{"spec"},
.comment = "#",
};
pub const ruby = .{
.description = "Ruby",
.color = 0xd91404,