Skip to content

Commit

Permalink
Add missing allowed Swift operator head characters
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ronnqvist committed Dec 12, 2024
1 parent e49e59f commit ea05a92
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,12 @@ private extension Unicode.Scalar {
0x2041 ... 0x2053,
// ⁕ ⁖ ⁗ ⁘ ⁙ ⁚ ⁛ ⁜ ⁝ ⁞
0x2055 ... 0x205E,
// Arrows
0x2190 ... 0x21FF,
// Mathematical Operators
0x2200 ... 0x22FF,
// Miscellaneous Technical
0x2300 ... 0x23FF,
// Box Drawing
0x2500 ... 0x257F,
// Block Elements
Expand Down

0 comments on commit ea05a92

Please sign in to comment.