Set the treesitter highlighting detail level to the max.

This commit is contained in:
Tom Alexander 2023-05-27 00:44:26 -04:00
parent 6c1adbef04
commit 7761267bb4
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 7 additions and 0 deletions

View File

@ -3,4 +3,11 @@
(rust "https://github.com/tree-sitter/tree-sitter-rust")
))
;; Default to the max level of detail in treesitter highlighting. This
;; can be overridden in each language's use-package call with:
;;
;; :custom
;; (treesit-font-lock-level 3)
(setq treesit-font-lock-level 4)
(provide 'util-tree-sitter)