summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/lang-exc.lua
blob: bed328da8f1c47fee1de5d0c2627e8d58cf5fdd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if not modules then modules = { } end modules ['lang-exc'] = {
    version   = 1.001,
    comment   = "companion to lang-ini.mkiv",
    author    = "Hans Hagen",
    copyright = "ConTeXt Development Team",
    license   = "see context related readme files",
    dataonly  = true,
}

-- Here we add common exceptions. This file can grow. For now we keep it
-- in the main base tree. We actually need a generic (shared) pattern or
-- exception file I guess.

return {
    "lua-jit",
}