[TxMt] Re: foldingStartMarker

Allan Odgaard mailinglist at textmate.org
Tue Jun 26 14:19:09 UTC 2012


On 18/06/2012, at 20.50, domguin wrote:

> Still no joy unfortunately...  I have the tags set as follows:
> 
> 	foldingStartMarker = '(^//\..*$)|/\*';
> 	foldingStopMarker = '(^//\.\..*$)|\*/';

The start marker would also match ‘//..’. Try instead:

    foldingStartMarker = '(^//\.(?!\.).*$)|/\*';



More information about the textmate mailing list