I would like to highlight a block of text in monaco editor as squarish as possible, something looks like this:
However, it seems like decorations cannot be applied to columns that do not have actual value. I could only achieve something like this:
I tried passing range longer than the line length but it will be truncated to the end of line. Is there any option to configure this behaviour without padding empty spaces?

