| ... | @@ -121,13 +121,13 @@ const E = stringEscape; | ... | @@ -121,13 +121,13 @@ const E = stringEscape; |
| 121 | w.write(`\n`); | 121 | w.write(`\n`); |
| 122 | w.write(`pub const Prop = struct {\n`); | 122 | w.write(`pub const Prop = struct {\n`); |
| 123 | w.write(` cp: u21,\n`); | 123 | w.write(` cp: u21,\n`); |
| 124 | w.write(` category: Category\n`); | 124 | w.write(` category: Category,\n`); |
| 125 | w.write(`};\n`); | 125 | w.write(`};\n`); |
| 126 | w.write(`\n`); | 126 | w.write(`\n`); |
| 127 | w.write(`pub const PropRange = struct {\n`); | 127 | w.write(`pub const PropRange = struct {\n`); |
| 128 | w.write(` from: u21,\n`); | 128 | w.write(` from: u21,\n`); |
| 129 | w.write(` to: u21,\n`); | 129 | w.write(` to: u21,\n`); |
| 130 | w.write(` category: Category\n`); | 130 | w.write(` category: Category,\n`); |
| 131 | w.write(`};\n`); | 131 | w.write(`};\n`); |
| 132 | w.write(`\n`); | 132 | w.write(`\n`); |
| 133 | w.write(`pub const Category = enum {\n`); | 133 | w.write(`pub const Category = enum {\n`); |