Hi,
when I use the scite module to format code blocks I get a empty line
at
the end of the environment.
The cause for this is the "lines" environment used by the module
which
adds a \blank at the end. A custom lines environment without
before/after values would help here.
%%%% begin example
\usemodule[scite]
\setuptyping
[TEX]
[before=,
after={\blank[back]},
after=]
%\setuplines[after=]
\starttext
\ruledvbox\bgroup
\startTEX
\empty
\stopTEX
\egroup
\stoptext
%%%% end example
Wolfgang