9 lines
245 B
EmacsLisp
9 lines
245 B
EmacsLisp
;; 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)
|