summaryrefslogtreecommitdiff
path: root/luaotfload-main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'luaotfload-main.lua')
-rw-r--r--luaotfload-main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload-main.lua b/luaotfload-main.lua
index 90e35ef..27f0a99 100644
--- a/luaotfload-main.lua
+++ b/luaotfload-main.lua
@@ -154,6 +154,7 @@ end
--doc]]--
+local Cs, P, lpegmatch = lpeg.Cs, lpeg.P, lpeg.match
local p_dot, p_slash = P".", P"/"
local p_suffix = (p_dot * (1 - p_dot - p_slash)^1 * P(-1)) / ""