Hi, You can get BBEdit to recognize them by going to Preferences:Languages and adding Custom Language Preferences for Ruby. In the General tab, set the Block comment start to “=begin” and the Block comment end to “=end”.
For Ruby to recognize them, you need to make sure =begin and =end must both be the very first thing on their respective lines. Hope that helps! -Prachi On Wednesday, November 18, 2015 at 1:29:30 PM UTC-5, BeeRich33 wrote: > > Hi folks. > > I thought the following would group comment Ruby. BBEdit isn't > registering them, nor is Ruby for that matter. I'm obviously missing > something. Also, I'm not sure how to group comment a block using this > technique instead of the default line commenting with #. > > =begin > > commented out > > =end > > Any insight appreciated. > > Cheers > -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
