summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-01-14 10:22:12 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-01-14 10:22:12 +0100
commit7844191ec1a3654a98200c4fdb65d8db23196620 (patch)
tree4d4be2afe8ef787223d1c52a65444e33fc8257e6
parent66d3fe0ec287aee7ee5180ee5c6ec01129b791b0 (diff)
downloadluaotfload-7844191ec1a3654a98200c4fdb65d8db23196620.tar.gz
[main] add parsers to initialization chain
-rw-r--r--luaotfload.dtx1
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 6f8ebc4..366cb87 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -1941,6 +1941,7 @@ logs.set_loglevel(config.luaotfload.loglevel)
% Now we load the modules written for \identifier{luaotfload}.
%
% \begin{macrocode}
+loadmodule"parsers.lua" --- new in 2.5; fonts.conf and syntax
loadmodule"loaders.lua" --- “font-pfb” new in 2.0, added 2011
loadmodule"database.lua" --- “font-nms”
loadmodule"colors.lua" --- “font-clr”