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 {...@@ -129,6 +129,7 @@ pub usingnamespace common.Main(struct {
129 \\ HANIFI_ROHINGYA_KINNA_YA,129 \\ HANIFI_ROHINGYA_KINNA_YA,
130 \\ THIN_YEH,130 \\ THIN_YEH,
131 \\ VERTICAL_TAIL,131 \\ VERTICAL_TAIL,
132 \\ KASHMIRI_YEH,
132 \\ };133 \\ };
133 \\};134 \\};
134 \\135 \\
scripts/PropList.zig+1
...@@ -48,6 +48,7 @@ pub usingnamespace common.Main(struct {...@@ -48,6 +48,7 @@ pub usingnamespace common.Main(struct {
48 \\ IDS_Unary_Operator,48 \\ IDS_Unary_Operator,
49 \\ ID_Compat_Math_Continue,49 \\ ID_Compat_Math_Continue,
50 \\ ID_Compat_Math_Start,50 \\ ID_Compat_Math_Start,
51 \\ Modifier_Combining_Mark,
51 \\ },52 \\ },
52 \\};53 \\};
53 \\54 \\