Still no joy unfortunately... I have the tags set as follows:
foldingStartMarker = '(^//..*$)|/*'; foldingStopMarker = '(^//...*$)|*/';
running against the text:
//. //..
//.------ //..-----
//dfkgjhkdhfjg
/* */
DATA work.target (KEEP=col1 .. coln); SET work.source; RUN;
I would hope that the first two pairs of rows would fold and the /*...*/ block but I only get start fold marks on the //. and the starred blocks.