-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Currently, if my cursor is on top of the word that appears in my search, it will be highlighted according to Matchmaker's highlight setting, but ignore the search highlight. See in this example where my cursor is over "brew" and I also did a search for "brew":

Instances of "brew" that are not exact matches are still search highlighted orange, while exact matches are highlighted
In the case where the Matchmaker highlight need not conflict with the search highlight (Can have both underline and background color highlights), I would love for Matchmaker to show both highlights rather than just Matchmaker's highlight. In the case above, I would see both an underline and an orange background highlight.
Perhaps you could look at the current search buffer, see if it contains the word the cursor is currently on top of, and if so, apply both the search highlight as well as Matchmaker's highlight?