This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
- Open a CSS file
- Press Ctrl+/
Result: nothing happens
Expected: fall back to block comments when line comments are unavailable
There's a twist, though: in some editors (like Sublime), the block comment behavior is subtly different when invoked as a fallback like this. When there's no selection, the entire line is wrapped in a block comment (the normal behavior, and what you get if you invoke block comment explicitly, is to insert an empty block comment at the cursor position).