Is there a way to comment out a chunk of highlighted code?
I am programming in ruby, and I hate putting # on lines individually.
Just use a multi-line comment.
Example:
=begin Anything between a line consisting only of =begin and a line consisting only of =end is treated as a comment. =end