feat: add horizontal ellipsis unicode

This commit is contained in:
2025-06-08 14:18:19 +03:00
parent f63f01e129
commit 22490823a6

View File

@@ -23731,6 +23731,12 @@ local glyphs = {
category = "Unicode",
description = "Heavy up light down",
},
{
name = "U+2026"
value = "",
category = "Unicode",
description = "Horizontal ellipsis"
}
}
return { glyphs = glyphs }