summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/toks-scn.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-05-31 14:38:45 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-05-31 14:38:45 +0200
commit316fec3fcb4b5e6f352a3a58db1656e08659202c (patch)
tree29cbe6e3e21a683e586edeae37e277af1b075017 /tex/context/base/mkxl/toks-scn.lmt
parentc1f664df24bd6c6d1222d479e2f0f88856685990 (diff)
downloadcontext-316fec3fcb4b5e6f352a3a58db1656e08659202c.tar.gz
2021-05-31 14:12:00
Diffstat (limited to 'tex/context/base/mkxl/toks-scn.lmt')
-rw-r--r--tex/context/base/mkxl/toks-scn.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/toks-scn.lmt b/tex/context/base/mkxl/toks-scn.lmt
index 73eedbba7..ca95985b0 100644
--- a/tex/context/base/mkxl/toks-scn.lmt
+++ b/tex/context/base/mkxl/toks-scn.lmt
@@ -60,7 +60,7 @@ local close = tokenbits.close
local function scanopen()
while true do
local c = scancode(open)
- if c == 123 then
+ if c == 123 then -- {
return true
-- elseif c ~= 32 then
elseif not c then
@@ -72,7 +72,7 @@ end
local function scanclose()
while true do
local c = scancode(close)
- if c == 125 then
+ if c == 125 then -- }
return true
-- elseif c ~= 32 then
elseif not c then