feat: update ziggy and add ziggy-schema
This commit is contained in:
parent
2de8ec65a2
commit
e315c10d63
3 changed files with 12 additions and 3 deletions
|
@ -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",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue