summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-ini.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-ini.lmt')
-rw-r--r--tex/context/base/mkxl/node-ini.lmt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/node-ini.lmt b/tex/context/base/mkxl/node-ini.lmt
index 75a97408b..25141b8ab 100644
--- a/tex/context/base/mkxl/node-ini.lmt
+++ b/tex/context/base/mkxl/node-ini.lmt
@@ -236,3 +236,10 @@ nodes.specialskipcodes = {
[gluecodes.indentskip] = true,
[gluecodes.correctionskip] = true,
}
+
+table.setmetatableindex(listcodes,function(t,k)
+ -- fully qualified as yet unknown
+ local v = mathematics.classnames[k - 0x100] or listcodes.unknown
+ t[k] = v
+ return v
+end)