Closed straight-shoota closed 7 years ago
There is still a minor issue that when applying a block comment, empty lines will not be prefixed with a #
, so this will tear the comment blocks apart. I don't know how to specify this...
@straight-shoota thanks for this! Do you want me to wait until you figure out how to fix that detail or is it worth merging as is? Not a Sublime user anymore, so I trust your judgement here!
I'd rather merge as is and maybe open a separate issue for the empty lines.
This removes
=begin
and=end
block comment from the language description and configures the block comment command to use single line comment#
for multiple lines.