File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -987,11 +987,6 @@ must be used for handling a particular message.")
987
987
"Face used for highlighting symbols being written to."
988
988
:group 'lsp-mode)
989
989
990
- (defface lsp-face-xref-items
991
- '((t :inherit highlight))
992
- "Face used for highlighting xref items."
993
- :group 'lsp-mode)
994
-
995
990
(define-obsolete-variable-alias 'lsp-lens-auto-enable
996
991
'lsp-lens-enable "lsp-mode 7.0.1")
997
992
@@ -5050,7 +5045,7 @@ identifier and the position respectively."
5050
5045
(len (length line)))
5051
5046
(add-face-text-property (max (min start-char len) 0)
5052
5047
(max (min end-char len) 0)
5053
- 'lsp-face- xref-items t line)
5048
+ 'xref-match t line)
5054
5049
;; LINE is nil when FILENAME is not being current visited by any buffer.
5055
5050
(xref-make (or line filename)
5056
5051
(xref-make-file-location
You can’t perform that action at this time.
0 commit comments