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
fix: check if highlighter is active before computing concealed regions
## Details
Issue: #300
While we report inactive highlights in the healthcheck we may as well
handle the case when highlights are not active accurately. To do this
all we need to do is check if highlights are active for the buffer
before iterating through the highlighter query.
0 commit comments