feat: add yaml file type
This commit is contained in:
parent
c9a3933b7f
commit
d476a9a178
3 changed files with 10 additions and 2 deletions
|
@ -321,6 +321,13 @@ pub const xml = .{
|
|||
.first_line_matches = .{ .prefix = "<?xml " },
|
||||
};
|
||||
|
||||
pub const yaml = .{
|
||||
.color = 0x000000,
|
||||
.icon = "",
|
||||
.extensions = .{"yaml", "yml"},
|
||||
.comment = "#",
|
||||
};
|
||||
|
||||
pub const zig = .{
|
||||
.color = 0xf7a41d,
|
||||
.icon = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue