Closed
Description
Add support for block comments. (line comment support per language was added in #463)
There are multiple use-cases for this:
- Many languages don't support line comments but do support block comments, e.g.
html
/xml
,css
, oldc
,ocaml
. thetoggle_comments
command could fallback to a multi-line comment. - Some users / codebases prefer line comments. That preference could be set in
languages.toml
. - A comment textobject could be interesting too, to select whole comments or comment out selections.