Improve treesitter highlighting
This commit is contained in:
parent
0f8af0630e
commit
38d8d15587
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue