I noticed code folding in TM2 in Ruby is slightly broken with multiline comments (using the =begin … =end construct)
Newlines within the comment introduce a new folding start.
I noticed code folding in TM2 in Ruby is slightly broken with
multiline comments (using the =begin … =end construct)
Newlines within the comment introduce a new folding start.
Can you post a minimal example that shows this problem?