Skip to content

Commit bd41740

Browse files
committed
chore(slug): add comments to clarify removed unicode blocks
1 parent 8431b9c commit bd41740

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/textual/_slug.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
r"\U000024C2-\U0001F251"
3535
r"\U00002702-\U000027B0"
3636
r"\U0001F1E0-\U0001F1FF"
37-
r"\U0001F300-\U0001F5FF"
38-
r"\U0001F600-\U0001F64F"
39-
r"\U0001F680-\U0001F6FF"
40-
r"\U0001F900-\U0001f9FF"
37+
r"\U0001F300-\U0001F5FF" # Miscellaneous Symbols And Pictographs
38+
r"\U0001F600-\U0001F64F" # Emoticons
39+
r"\U0001F680-\U0001F6FF" # Transport and Map Symbols
40+
r"\U0001F900-\U0001F9FF" # Supplemental Symbols and Pictographs
4141
r"\u200D"
4242
r"\u2640-\u2642"
4343
)

0 commit comments

Comments
 (0)