feat: update ziggy and add ziggy-schema

This commit is contained in:
CJ van den Berg 2024-03-11 17:34:03 +01:00
parent 2de8ec65a2
commit e315c10d63
3 changed files with 12 additions and 3 deletions

View file

@ -291,7 +291,15 @@ pub const zig = .{
pub const ziggy = .{
.color = 0xf7a41d,
.icon = "",
.extensions = .{"ziggy"},
.extensions = .{ "ziggy", "zgy" },
.comment = "//",
.highlights = "tree-sitter-ziggy/tree-sitter-ziggy/queries/highlights.scm",
};
pub const @"ziggy-schema" = .{
.color = 0xf7a41d,
.icon = "",
.extensions = .{ "ziggy-schema", "zyg-schema" },
.comment = "//",
.highlights = "tree-sitter-ziggy/tree-sitter-ziggy-schema/queries/highlights.scm",
};