Tweak wuffs_base__token bitmask assignments again
diff --git a/script/print-json-token-debug-format.c b/script/print-json-token-debug-format.c
index 44e2e7d..494f7df 100644
--- a/script/print-json-token-debug-format.c
+++ b/script/print-json-token-debug-format.c
@@ -128,11 +128,11 @@
const char* vbc_names[8] = {
"0:Filler..........", //
- "1:String..........", //
- "2:UnicodeCodePoint", //
- "3:Number..........", //
- "4:Structure.......", //
- "5:Reserved........", //
+ "1:Structure.......", //
+ "2:String..........", //
+ "3:UnicodeCodePoint", //
+ "4:Literal.........", //
+ "5:Number..........", //
"6:Reserved........", //
"7:Reserved........", //
};