lang-exc.lua /size: 483 b    last modification: 2020-07-01 14:35
1if not modules then modules = { } end modules ['lang-exc'] = {
2    version   = 1.001,
3    comment   = "companion to lang-ini.mkiv",
4    author    = "Hans Hagen",
5    copyright = "ConTeXt Development Team",
6    license   = "see context related readme files",
7    dataonly  = true,
8}
9
10-- Here we add common exceptions. This file can grow. For now we keep it
11-- in the main base tree. We actually need a generic (shared) pattern or
12-- exception file I guess.
13
14return {
15    "lua-jit",
16}
17