feat: add yaml file type

This commit is contained in:
CJ van den Berg 2024-07-10 21:47:54 +02:00
parent c9a3933b7f
commit d476a9a178
3 changed files with 10 additions and 2 deletions

View file

@ -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 = "",