For the listings you get by dropping a volume or folder onto a TextMate window, directory names are always terminated with a slash. You can take advantage of this, like so:<br><br>    foldingStartMarker = '/$';<br>
    foldingStopMarker = '^(?!.*/$)';<br><br>I've just tested it, and it works very nicely.<br><br>Robin<br>