Also close https://github.com/joaotavora/eglot/issues/657.
(eglot--xref-make-match): Use face 'xref-match instead of 'highlight.
GitHub-reference: fix https://github.com/joaotavora/eglot/issues/650
(substring (buffer-substring bol (point-at-eol)))
(hi-beg (- beg bol))
(hi-end (- (min (point-at-eol) end) bol)))
- (add-face-text-property hi-beg hi-end 'highlight
+ (add-face-text-property hi-beg hi-end 'xref-match
t substring)
(list substring (1+ (current-line)) (eglot-current-column)
(- end beg))))))