feat: add rpmspec support
This commit is contained in:
parent
444283cd23
commit
739d78c4f0
2 changed files with 9 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue