fix: various
All checks were successful
ci/crow/push/test Pipeline was successful

This commit is contained in:
Grace Yoder 2026-07-16 12:59:29 -06:00
parent a8e8668b7a
commit bd6c1aa47c
Signed by: grace
SSH key fingerprint: SHA256:oG9v0ZlohsoMAg083HAwBGOcaPLF3nIuOlAW4MtASMo
4 changed files with 481 additions and 535 deletions

View file

@ -15,7 +15,7 @@ steps:
image: *zig_image
commands:
- zig build test
- zig build test -- --third-party
- zig build test -Duse_third_party

400
build.zig

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -50,14 +50,14 @@ const parse_entries: []const Entry = &.{
.{ .key = "dhall", .source = "" },
.{ .key = "disassembly", .source = "" },
.{ .key = "djot", .source = "" },
.{ .key = "Dockerfile", .source = "FROM a" },
.{ .key = "dockerfile", .source = "FROM a" },
.{ .key = "dot", .source = "" },
.{ .key = "earthfile", .source = "" },
.{ .key = "ebnf", .source = "" },
.{ .key = "editorconfig", .source = "" },
.{ .key = "eds", .source = "" },
.{ .key = "eex", .source = "" },
.{ .key = "ex", .source = "1" },
// .{ .key = "ex", .source = "1" },
.{ .key = "elm", .source = "1" },
.{ .key = "elsa", .source = "" },
.{ .key = "elvish", .source = "" },
@ -82,9 +82,6 @@ const parse_entries: []const Entry = &.{
.{ .key = "gitcommit", .source = "" },
.{ .key = "gitignore", .source = "" },
.{ .key = "gleam", .source = "1" },
.{ .key = "glimmer", .source = "" },
.{ .key = "glimmer_javascript", .source = "" },
.{ .key = "glimmer_typescript", .source = "" },
.{ .key = "gnuplot", .source = "" },
.{ .key = "goctl", .source = "" },
.{ .key = "godot_resource", .source = "" },
@ -93,7 +90,6 @@ const parse_entries: []const Entry = &.{
.{ .key = "gql", .source = "{a}" },
.{ .key = "gren", .source = "" },
.{ .key = "groovy", .source = "1+1" },
.{ .key = "hh", .source = "<?hh" },
.{ .key = "haskell_persistent", .source = "" },
.{ .key = "heex", .source = "<p>1" },
.{ .key = "hjson", .source = "{a:1}" },
@ -134,7 +130,6 @@ const parse_entries: []const Entry = &.{
.{ .key = "nim_format_string", .source = "" },
.{ .key = "ninja", .source = "rule a" },
.{ .key = "nix", .source = "{}" },
.{ .key = "norg", .source = "" },
.{ .key = "nu", .source = "1" },
.{ .key = "objdump", .source = "" },
.{ .key = "ocamllex", .source = "" },