summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/generic/harftex/harf-luaotfload.lua
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/tex/generic/harftex/harf-luaotfload.lua')
-rw-r--r--texmf-dist/tex/generic/harftex/harf-luaotfload.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/texmf-dist/tex/generic/harftex/harf-luaotfload.lua b/texmf-dist/tex/generic/harftex/harf-luaotfload.lua
index 45a007f5..fbe3181b 100644
--- a/texmf-dist/tex/generic/harftex/harf-luaotfload.lua
+++ b/texmf-dist/tex/generic/harftex/harf-luaotfload.lua
@@ -41,6 +41,7 @@ local function harf_reader(spec)
for key, val in next, rawfeatures do
if key == "language" then val = harf.Language.new(val) end
if key == "colr" then key = "palette" end
+ if key == "tlig" then key = "texlig" end
if key:len() == 4 then
-- 4-letter options are likely font features, but not always, so we do
-- some checks below. We put non feature options in the `options` dict.