summaryrefslogtreecommitdiff
path: root/tex/context/base/cldf-prs.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-09-21 12:20:24 +0300
committerMarius <mariausol@gmail.com>2013-09-21 12:20:24 +0300
commit669fad2969a69ae106153a5c1800aa96f98804b8 (patch)
tree06c068eddac37813745de029eb006c4f25ebfe30 /tex/context/base/cldf-prs.lua
parentb608d7e354ab8caf3b34539923c2b68b4d1d0438 (diff)
downloadcontext-669fad2969a69ae106153a5c1800aa96f98804b8.tar.gz
beta 2013.09.21 10:50
Diffstat (limited to 'tex/context/base/cldf-prs.lua')
-rw-r--r--tex/context/base/cldf-prs.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/cldf-prs.lua b/tex/context/base/cldf-prs.lua
index 9fbdba0c8..160d30b19 100644
--- a/tex/context/base/cldf-prs.lua
+++ b/tex/context/base/cldf-prs.lua
@@ -6,6 +6,8 @@ if not modules then modules = { } end modules ['cldf-bas'] = {
license = "see context related readme files"
}
+-- used in chem-ini.lua
+
local lpegmatch, patterns = lpeg.match, lpeg.patterns
local P, R, V, Cc, Cs = lpeg.P, lpeg.R, lpeg.V, lpeg.Cc, lpeg.Cs
local format = string.format