Merge branch 'master' into zig-0.14
This commit is contained in:
commit
1943d65924
9 changed files with 26 additions and 18 deletions
|
@ -42,18 +42,11 @@ pub const char_pairs = [_]struct { []const u8, []const u8 }{
|
|||
.{ "\"", "\"" },
|
||||
.{ "'", "'" },
|
||||
.{ "(", ")" },
|
||||
.{ "(", ")" },
|
||||
.{ "[", "]" },
|
||||
.{ "[", "]" },
|
||||
.{ "{", "}" },
|
||||
.{ "{", "}" },
|
||||
.{ "‘", "’" },
|
||||
.{ "‘", "’" },
|
||||
.{ "“", "”" },
|
||||
.{ "“", "”" },
|
||||
.{ "‚", "‘" },
|
||||
.{ "‚", "‘" },
|
||||
.{ "«", "»" },
|
||||
.{ "«", "»" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue