On 11 Jan 2008, at 17:26, Hans-Jörg Bibiko wrote:
[...] I'm writing a Language and I want to include TM's folding feature.
foldingStartMarker := each line which begins with '>' AND the next line does not begin with '>'
foldingStopMarker := each line which does not begin with '>' AND the next line begins with '>'
Folding marker matches only look at one line at a time, so this is not possible, sorry.