This commit is contained in:
parent
a8e8668b7a
commit
bd6c1aa47c
4 changed files with 481 additions and 535 deletions
|
|
@ -15,7 +15,7 @@ steps:
|
|||
image: *zig_image
|
||||
commands:
|
||||
- zig build test
|
||||
- zig build test -- --third-party
|
||||
- zig build test -Duse_third_party
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
605
build.zig.zon
605
build.zig.zon
File diff suppressed because it is too large
Load diff
|
|
@ -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 = "" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue