LSP: Change semantic highlighting a bit.
This commit is contained in:
parent
aff9e3bc2e
commit
45fbc64587
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user