[TextMate] CSS not folding
Allan Odgaard
allan at macromates.com
Mon Oct 11 05:08:21 UTC 2004
On 11. Oct 2004, at 4:58, jeremy*pinnix wrote:
> It seems that folding isn't working in CSS documents. I'm using
> 1.01b1, but didn't try folding in 1.0 so I don't know if this new or
> not. There are down arrows next to each selector, but never any up
> arrows...
To fold a block the line that contain the end-marker must have the same
indent as the line which contain the start-marker.
So this will work:
body {
...;
}
But this won't:
body {
...;
}
Kind regards Allan
More information about the textmate
mailing list