crystal-lang-tools / sublime-crystal

Crystal syntax highlighting for Sublime Text
Other
86 stars 18 forks source link

Remove Ruby block comment (`=begin` and `=end`) #21

Closed straight-shoota closed 7 years ago

straight-shoota commented 7 years ago

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.

straight-shoota commented 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...

mverzilli commented 7 years ago

@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!

straight-shoota commented 7 years ago

I'd rather merge as is and maybe open a separate issue for the empty lines.