Set the treesitter highlighting detail level to the max.
This commit is contained in:
parent
6c1adbef04
commit
7761267bb4
@ -3,4 +3,11 @@
|
|||||||
(rust "https://github.com/tree-sitter/tree-sitter-rust")
|
(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)
|
(provide 'util-tree-sitter)
|
||||||
|
Loading…
Reference in New Issue
Block a user