Improve treesitter highlighting

This commit is contained in:
outfoxxed 2022-12-08 12:24:30 -08:00
parent 0f8af0630e
commit 38d8d15587
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -88,6 +88,10 @@
(funcall face 'font-lock-string-face :fg string)
(funcall face 'font-lock-type-face :fg type)
;; Treesitter
(funcall face 'tree-sitter-hl-face:function\.call :fg function)
(funcall face 'tree-sitter-hl-face:method\.call :fg function)
;; Lsp
(funcall face 'lsp-face-highlight-textual :bg lsp-hover-highlight)
(funcall face 'lsp-face-highlight-read :bg lsp-hover-highlight)