From af128c93d64e2a4e49cb7e6a7eca569cf122d0da Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 28 Aug 2011 13:09:10 +0200 Subject: moved external parser to mtx script --- mod/tex/context/third/rst/rst_context.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mod/tex/context/third/rst/rst_context.lua') diff --git a/mod/tex/context/third/rst/rst_context.lua b/mod/tex/context/third/rst/rst_context.lua index 86f4177..c742815 100644 --- a/mod/tex/context/third/rst/rst_context.lua +++ b/mod/tex/context/third/rst/rst_context.lua @@ -44,7 +44,7 @@ local err = function(str) end end -rst_context = {} +local rst_context = thirddata.rst rst_context.collected_adornments = {} rst_context.last_section_level = 0 @@ -1229,5 +1229,3 @@ function rst_context.directive(directive, ...) end return result end - -return rst_context -- cgit v1.2.3