swekaj / php-foldexpr.vim

Vim folding for PHP with foldexpr
MIT License
41 stars 10 forks source link

Not all /* */ comments are folded #3

Closed swekaj closed 10 years ago

swekaj commented 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.