feat: add ziggy file type
This commit is contained in:
parent
894f7cd831
commit
10de00d684
3 changed files with 11 additions and 2 deletions
|
@ -283,3 +283,11 @@ pub const zig = .{
|
|||
.comment = "//",
|
||||
.injections = @embedFile("tree-sitter-zig/queries/injections.scm"),
|
||||
};
|
||||
|
||||
pub const ziggy = .{
|
||||
.color = 0xf7a41d,
|
||||
.icon = "",
|
||||
.extensions = &[_][]const u8{ "ziggy" },
|
||||
.comment = "//",
|
||||
.highlights = @embedFile("tree-sitter-ziggy/tree-sitter-ziggy/queries/highlights.scm"),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue