Correct shortened ziggy schema extension

4353b20ef2/src/cli/fmt.zig (L139)
This commit is contained in:
Anthon van der Neut 2025-11-02 09:25:23 +01:00 committed by CJ van den Berg
parent 9106b13b4c
commit a2356a459e

View file

@ -646,7 +646,7 @@ pub const @"ziggy-schema" = .{
.description = "Ziggy (schema)",
.color = 0xf7a41d,
.icon = "",
.extensions = .{ "ziggy-schema", "zyg-schema" },
.extensions = .{ "ziggy-schema", "zgy-schema" },
.comment = "//",
.highlights = "tree-sitter-ziggy/tree-sitter-ziggy-schema/queries/highlights.scm",
};