summaryrefslogtreecommitdiff
path: root/macros/luatex/generic/luaotfload/luaotfload-parsers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/generic/luaotfload/luaotfload-parsers.lua')
-rw-r--r--macros/luatex/generic/luaotfload/luaotfload-parsers.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/luatex/generic/luaotfload/luaotfload-parsers.lua b/macros/luatex/generic/luaotfload/luaotfload-parsers.lua
index b2cc9c30ea..0c91f4775c 100644
--- a/macros/luatex/generic/luaotfload/luaotfload-parsers.lua
+++ b/macros/luatex/generic/luaotfload/luaotfload-parsers.lua
@@ -7,8 +7,8 @@
assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
name = "luaotfload-parsers",
- version = "3.22", --TAGVERSION
- date = "2022-06-15", --TAGDATE
+ version = "3.23", --TAGVERSION
+ date = "2022-10-03", --TAGDATE
description = "luaotfload submodule / parsers",
license = "GPL v2.0"
}
@@ -638,8 +638,8 @@ local features = Cg(feature_list, "features")
local specification = (path_lookup + prefixed + unprefixed)
* maybe_subfont
* modifier_list
-local font_request = Ct(specification * (colon^-1 * features)^-1
- + combo) --> TODO: feature list needed?
+local font_request = Ct(combo --> TODO: feature list needed?
+ + specification * (colon^-1 * features)^-1)
-- lpeg.print(font_request)
--- v2.5 parser: 1065 rules