fix: add back german quotes to char_pairs
This commit is contained in:
parent
b4b44ec906
commit
8b9cc87cab
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ pub const char_pairs = [_]struct { []const u8, []const u8 }{
|
||||||
.{ "{", "}" },
|
.{ "{", "}" },
|
||||||
.{ "‘", "’" },
|
.{ "‘", "’" },
|
||||||
.{ "“", "”" },
|
.{ "“", "”" },
|
||||||
|
.{ "‚", "‘" },
|
||||||
.{ "«", "»" },
|
.{ "«", "»" },
|
||||||
.{ "¿", "?" },
|
.{ "¿", "?" },
|
||||||
.{ "¡", "!" },
|
.{ "¡", "!" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue