sublime-imba
sublime-imba copied to clipboard
Continue Comments on new line
Like all other/majority of syntax highlighters (PHP, JS, Coffee, Erlang, etc), pressing return while within a commented line will create a new, commented line.
To create a new line free from comments, the convention is cmd + return (super + return)
# writing a comment (return key)
# (new line w/ single space)
# writing a comment (super + return keys)
(new line, no comment)