summaryrefslogtreecommitdiff
path: root/mod/tex/context/third/rst/rst_context.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2011-08-29 09:29:46 +0200
committerPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2011-08-29 09:29:46 +0200
commit49f65ea2ee7f6939c9220a32641af202cccb0835 (patch)
tree4a6a4f9bc9f2141801754c92579dc9c9272cc395 /mod/tex/context/third/rst/rst_context.lua
parent03bf8d3228645891312069656b4e8ab74e56f5d3 (diff)
downloadcontext-rst-49f65ea2ee7f6939c9220a32641af202cccb0835.tar.gz
Solidified Comment Blocks
Thanks to Philipp A. for the bug report!
Diffstat (limited to 'mod/tex/context/third/rst/rst_context.lua')
-rw-r--r--mod/tex/context/third/rst/rst_context.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/tex/context/third/rst/rst_context.lua b/mod/tex/context/third/rst/rst_context.lua
index 1a86da1..1ce25f0 100644
--- a/mod/tex/context/third/rst/rst_context.lua
+++ b/mod/tex/context/third/rst/rst_context.lua
@@ -889,8 +889,8 @@ end
function rst_context.block_comment (str)
return fmt([[
-\iffalse
-%s\fi
+\iffalse %% start block comment
+%s\fi %% stop block comment
]], str)
end