summaryrefslogtreecommitdiff
path: root/tex/context/base/strc-tag.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/strc-tag.lua')
-rw-r--r--tex/context/base/strc-tag.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/strc-tag.lua b/tex/context/base/strc-tag.lua
index 0b14c1d9f..eda53c8be 100644
--- a/tex/context/base/strc-tag.lua
+++ b/tex/context/base/strc-tag.lua
@@ -390,6 +390,10 @@ function tags.elementtag()
end
end
+function tags.strip(fulltag)
+ return lpegmatch(strip,fulltag)
+end
+
function tags.setuserproperties(tag,list)
if not list or list == "" then
tag, list = chain[stacksize], tag