diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-11-07 08:26:48 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-11-07 08:26:48 +0100 |
commit | 54e6a5293dbff1e3775c2c3478b80c244608a4a5 (patch) | |
tree | 59de0c43a962c72fcd1bf30997551b36b7d0c73e /doc | |
parent | 8840df3b2f5d080cf74616610a6146068e99d985 (diff) | |
download | luaotfload-54e6a5293dbff1e3775c2c3478b80c244608a4a5.tar.gz |
[doc] briefly describe config file syntax
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaotfload-main.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex index 4b5e2e8..112572f 100644 --- a/doc/luaotfload-main.tex +++ b/doc/luaotfload-main.tex @@ -1303,8 +1303,14 @@ locations: \endnarrower % syntax +The syntax is fairly close to the format used by +\fileent{git-config(1)} which in turn was derived from the popular +\identifier{.INI} format: Lines of key-value pairs are grouped under +different configuration “sections”.\footnote{% + The configuration parser in \fileent {luoatfload-parsers.lua} might + be employed by other packages for similar purposes. +} % example settings - An example for customization via \fileent {luaotfload.conf} might look as below: |