authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-10-15 03:36:13 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-10-15 03:36:13 -07:00
loge80f90401c566d7718f0413150033ba027076a13
tree903a0ddc2da4ab4be259e1075017bebea80aafec
parentb08914d960b79f1f4394f1875d3b068fbf58fa14

add missing enum values


2 files changed, 2 insertions(+), 0 deletions(-)

scripts/ArabicShaping.zig+1
......@@ -129,6 +129,7 @@ pub usingnamespace common.Main(struct {
129129 \\ HANIFI_ROHINGYA_KINNA_YA,
130130 \\ THIN_YEH,
131131 \\ VERTICAL_TAIL,
132 \\ KASHMIRI_YEH,
132133 \\ };
133134 \\};
134135 \\
scripts/PropList.zig+1
......@@ -48,6 +48,7 @@ pub usingnamespace common.Main(struct {
4848 \\ IDS_Unary_Operator,
4949 \\ ID_Compat_Math_Continue,
5050 \\ ID_Compat_Math_Start,
51 \\ Modifier_Combining_Mark,
5152 \\ },
5253 \\};
5354 \\