Closed swekaj closed 10 years ago
For some reason, not all /*...*/ comments are being folded. Looks like it's only blocks with a { or } in them. The checks for { and } should probably be made a bit smarter to detect if it's inside a string or comment.
/*...*/
{
}
For some reason, not all
/*...*/
comments are being folded. Looks like it's only blocks with a{
or}
in them. The checks for{
and}
should probably be made a bit smarter to detect if it's inside a string or comment.