feat: add vertical ellipsis unicode

This commit is contained in:
2025-06-08 14:23:15 +03:00
parent 22490823a6
commit 589907de99

View File

@@ -23732,11 +23732,17 @@ local glyphs = {
description = "Heavy up light down",
},
{
name = "U+2026"
name = "U+2026",
value = "",
category = "Unicode",
description = "Horizontal ellipsis"
}
description = "Horizontal ellipsis",
},
{
name = "U+22EE",
value = "",
category = "Unicode",
description = "Vertical ellipsis",
},
}
return { glyphs = glyphs }