mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
feat(tree-sitter): add support for more langs
in this case clojure and fennel
This commit is contained in:
committed by
Henrik Lissner
parent
63fac4fc6d
commit
40905d2c5a
@ -74,7 +74,10 @@ lua-language-server.")
|
||||
tab-width 2
|
||||
;; Don't treat autoloads or sexp openers as outline headers, we have
|
||||
;; hideshow for that.
|
||||
outline-regexp "[ \t]*;;;;* [^ \t\n]"))
|
||||
outline-regexp "[ \t]*;;;;* [^ \t\n]")
|
||||
|
||||
(when (modulep! +tree-sitter)
|
||||
(add-hook! 'fennel-mode-local-vars-hook 'tree-sitter! 'append)))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user