Merge branch 'master' into zig-0.14

This commit is contained in:
CJ van den Berg 2025-03-06 17:14:56 +01:00
commit 1943d65924
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
9 changed files with 26 additions and 18 deletions

View file

@ -42,18 +42,11 @@ pub const char_pairs = [_]struct { []const u8, []const u8 }{
.{ "\"", "\"" },
.{ "'", "'" },
.{ "(", ")" },
.{ "(", ")" },
.{ "[", "]" },
.{ "[", "]" },
.{ "{", "}" },
.{ "{", "}" },
.{ "", "" },
.{ "", "" },
.{ "", "" },
.{ "", "" },
.{ "", "" },
.{ "", "" },
.{ "«", "»" },
.{ "«", "»" },
};