summaryrefslogtreecommitdiff
path: root/tex/context/base/mult-low.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mult-low.lua')
-rw-r--r--tex/context/base/mult-low.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/tex/context/base/mult-low.lua b/tex/context/base/mult-low.lua
index d76010e07..3b581061e 100644
--- a/tex/context/base/mult-low.lua
+++ b/tex/context/base/mult-low.lua
@@ -46,7 +46,7 @@ return {
"startcomponent", "stopcomponent", "component",
"startproduct", "stopproduct", "product",
"startproject", "stopproject", "project",
- "starttext", "stoptext",
+ "starttext", "stoptext", "startdocument", "stopdocument", "documentvariable",
"startmodule", "stopmodule", "usemodule",
},
["helpers"] = {
@@ -61,6 +61,7 @@ return {
--
"htdp",
"unvoidbox",
+ "vfilll",
--
"scratchcounter", "globalscratchcounter",
"scratchdimen", "globalscratchdimen",
@@ -88,6 +89,7 @@ return {
"doifdimensionelse", "doifnumberelse",
"doifcommonelse", "doifcommon", "doifnotcommon",
"doifinstring", "doifnotinstring", "doifinstringelse",
+ "doifassignmentelse",
--
"tracingall", "tracingnone", "loggingall",
--
@@ -141,5 +143,6 @@ return {
--
"startnointerference", "stopnointerference",
--
+ "strut", "setstrut", "strutbox", "strutht", "strutdp", "strutwd",
}
}