Correct shortened ziggy schema extension
4353b20ef2/src/cli/fmt.zig (L139)
This commit is contained in:
parent
9106b13b4c
commit
a2356a459e
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ pub const @"ziggy-schema" = .{
|
||||||
.description = "Ziggy (schema)",
|
.description = "Ziggy (schema)",
|
||||||
.color = 0xf7a41d,
|
.color = 0xf7a41d,
|
||||||
.icon = "",
|
.icon = "",
|
||||||
.extensions = .{ "ziggy-schema", "zyg-schema" },
|
.extensions = .{ "ziggy-schema", "zgy-schema" },
|
||||||
.comment = "//",
|
.comment = "//",
|
||||||
.highlights = "tree-sitter-ziggy/tree-sitter-ziggy-schema/queries/highlights.scm",
|
.highlights = "tree-sitter-ziggy/tree-sitter-ziggy-schema/queries/highlights.scm",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue