summaryrefslogtreecommitdiff
path: root/mod/tex/context
diff options
context:
space:
mode:
authorPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2011-09-01 09:52:59 +0200
committerPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2011-09-01 09:52:59 +0200
commit74eba2da623026635b3281e61c3d5e33e3f473a0 (patch)
tree51a4e317ee09c749d3f96c1c25358ff34ba5e49c /mod/tex/context
parent97808eec2f8c35daacdd398fae71458fd22846dd (diff)
downloadcontext-rst-74eba2da623026635b3281e61c3d5e33e3f473a0.tar.gz
prevent field list pattern from interfering with roles syntax
Diffstat (limited to 'mod/tex/context')
-rw-r--r--mod/tex/context/third/rst/rst_parser.lua1
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,