LSP: Change semantic highlighting a bit.

This commit is contained in:
tastytea 2021-06-03 01:12:18 +02:00
parent aff9e3bc2e
commit 45fbc64587
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@
(lsp-face-semhl-parameter ((t (:inherit font-lock-variable-name-face
:italic t :underline t))))
(lsp-face-semhl-member ((t (:inherit default :weight semibold))))
;; (lsp-face-semhl-enum ((t (:inherit font-lock-type-face))))
(lsp-face-semhl-macro ((t (:inherit font-lock-preprocessor-face
:weight normal))))
(lsp-face-semhl-enum ((t (:inherit font-lock-variable-name-face
:weight semibold))))
:config (progn
(setq lsp-clients-clangd-args '("--compile-commands-dir=build"))
(when (>= (my/clangd-version) 9.0)