diff options
| author | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-09-01 09:52:59 +0200 | 
|---|---|---|
| committer | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-09-01 09:52:59 +0200 | 
| commit | 74eba2da623026635b3281e61c3d5e33e3f473a0 (patch) | |
| tree | 51a4e317ee09c749d3f96c1c25358ff34ba5e49c /mod | |
| parent | 97808eec2f8c35daacdd398fae71458fd22846dd (diff) | |
| download | context-rst-74eba2da623026635b3281e61c3d5e33e3f473a0.tar.gz | |
prevent field list pattern from interfering with roles syntax
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/tex/context/third/rst/rst_parser.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/tex/context/third/rst/rst_parser.lua b/mod/tex/context/third/rst/rst_parser.lua index ab80dc2..646d972 100644 --- a/mod/tex/context/third/rst/rst_parser.lua +++ b/mod/tex/context/third/rst/rst_parser.lua @@ -775,6 +775,7 @@ local parser = P{                 / rst.field_list,      field = Ct(V"field_marker" +             * V"whitespace"               * V"field_body")            / rst.field,  | 
