feat(editor/treesit): expand treesit highlight features to max

This commit is contained in:
2023-08-01 01:39:43 +01:00
parent 0dd1dedf99
commit 400ba2c37c

View File

@@ -8,6 +8,7 @@
(when (fboundp 'treesit-ready-p)
(require 'treesit)
(setopt treesit-font-lock-level 4)
(defun siren-treesit-prepare (mode source)
"Setup treesit for MODE with SOURCE."