Add Haskell support

This commit is contained in:
Zelong Kuang
2025-12-15 05:50:04 +11:00
parent 17d1eb859f
commit b73c09be8d
7 changed files with 38 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
(when (treesit-available-p)
(use-package c-ts-mode
:ensure nil
:functions centaur-treesit-available-p
:functions treesit-available-p
:init
(setq c-ts-mode-indent-offset 2)