You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Details
Bug report: #133
For most code blocks we assumed a starting column of 0. This let us
handle multiline blocks with a single extmark. However for indented code
blocks this leads to jutting out background sections which do not line
up with the rest of the highlights.
To fix this apply background highlight for code blocks one line at a
time using the input starting column value.
0 commit comments