diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/scrp-ini.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/scrp-ini.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/scrp-ini.lua b/Master/texmf-dist/tex/context/base/scrp-ini.lua index a555732842d..b28c297d0bd 100644 --- a/Master/texmf-dist/tex/context/base/scrp-ini.lua +++ b/Master/texmf-dist/tex/context/base/scrp-ini.lua @@ -1,6 +1,6 @@ if not modules then modules = { } end modules ['scrp-ini'] = { version = 1.001, - comment = "companion to scrp-ini.tex", + comment = "companion to scrp-ini.mkiv", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", copyright = "PRAGMA ADE / ConTeXt Development Team", license = "see context related readme files" @@ -265,6 +265,8 @@ end -- eventually we might end up with more extensive parsing -- todo: pass t[start..stop] == original +-- +-- one of the time consuming functiions: function scripts.preprocess(head) local start = first_character(head) |