[TxMt] Re: foldingStartMarker

domguin dom at domguinness.com
Mon Jun 18 18:50:18 UTC 2012


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.
-- 
View this message in context: http://old.nabble.com/foldingStartMarker-tp34028679p34032186.html
Sent from the textmate users mailing list archive at Nabble.com.



More information about the textmate mailing list