swekaj / php-foldexpr.vim

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

Fold only /** */, not /* */ #5

Closed swekaj closed 10 years ago

swekaj commented 10 years ago

/* */ are usually used to comment out sections of code, whereas /** */ are usually DocBlocks. Only fold DocBlocks.