summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/toks-scn.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/toks-scn.lmt')
-rw-r--r--tex/context/base/mkxl/toks-scn.lmt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/toks-scn.lmt b/tex/context/base/mkxl/toks-scn.lmt
index 5af351939..ab531a462 100644
--- a/tex/context/base/mkxl/toks-scn.lmt
+++ b/tex/context/base/mkxl/toks-scn.lmt
@@ -358,6 +358,16 @@ local presets = {
["2 arguments"] = { "argument", "argument" },
["3 arguments"] = { "argument", "argument", "argument" },
["4 arguments"] = { "argument", "argument", "argument", "argument" },
+
+ ["1 integer"] = { "integer" },
+ ["2 integers"] = { "integer", "integer" },
+ ["3 integers"] = { "integer", "integer", "integer" },
+ ["4 integers"] = { "integer", "integer", "integer", "integer" },
+
+ ["1 optional"] = { "optional" },
+ ["2 optionals"] = { "optional", "optional" },
+ ["3 optionals"] = { "optional", "optional", "optional" },
+ ["4 optionals"] = { "optional", "optional", "optional", "optional" },
}
tokens.presets = presets