diff options
| author | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-08-28 22:29:50 +0200 | 
|---|---|---|
| committer | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-08-28 22:29:50 +0200 | 
| commit | c87b1eb960d7bb862a9fbb6a8c115d6a9ba34769 (patch) | |
| tree | c2ed7e7019f02f651eac7b8fa3948307793fec8d /mod/tex | |
| parent | c3ffa786cf5f3520aa81e5ca8f0be87c416a4693 (diff) | |
| download | context-rst-c87b1eb960d7bb862a9fbb6a8c115d6a9ba34769.tar.gz | |
directive definition fix
Diffstat (limited to 'mod/tex')
| -rw-r--r-- | mod/tex/context/third/rst/rst_parser.lua | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/tex/context/third/rst/rst_parser.lua b/mod/tex/context/third/rst/rst_parser.lua index eeaa5fd..c871fb6 100644 --- a/mod/tex/context/third/rst/rst_parser.lua +++ b/mod/tex/context/third/rst/rst_parser.lua @@ -4,8 +4,8 @@  --        USAGE:  refer to doc/documentation.rst  --  DESCRIPTION:  https://bitbucket.org/phg/context-rst/overview  --       AUTHOR:  Philipp Gesang (Phg), <megas.kapaneus@gmail.com> ---      VERSION:  0.6 ---      CHANGED:  2011-08-28 13:47:15+0200 +--      VERSION:  0.5 +--      CHANGED:  2011-08-28 22:29:33+0200  --------------------------------------------------------------------------------  -- @@ -203,7 +203,7 @@ local parser = P{      substitution_definition = V"explicit_markup_start"                              * V"substitution_text" -                            * V"whitespace" +                            * V"whitespace"^1                              * C((1 - V"colon" - V"space" - V"eol")^1) -- directive                              * V"double_colon"                              * Ct(V"data_directive_block")  | 
