fix: add back german quotes to char_pairs

This commit is contained in:
CJ van den Berg 2025-11-18 10:55:36 +01:00
parent b4b44ec906
commit 8b9cc87cab
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -47,6 +47,7 @@ pub const char_pairs = [_]struct { []const u8, []const u8 }{
.{ "{", "}" },
.{ "", "" },
.{ "", "" },
.{ "", "" },
.{ "«", "»" },
.{ "¿", "?" },
.{ "¡", "!" },