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
Currently when computing the range of a conceal highlight we always use
the entire range of the node.
However if an offset directive is specified then the range in the
metadata should be used instead.
This change accomplishes this by adding a series of fallbacks when
computing conceal information. First by checking the metadata range,
then the metadata[node_id] range, and finally falling back to the node
range of neither of these exist.
0 commit comments