feat(janet): add treesit support

This commit is contained in:
Henrik Lissner
2025-05-15 17:44:34 +02:00
parent 8ac83f4600
commit e0e2c3aa61
3 changed files with 19 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
:recipe (:files ("*.el"))
:pin "9e3254a0249d720d5fa5603f1f8c3ed0612695af")
;; (when (modulep! +tree-sitter)
;; (package! janet-ts-mode
;; :recipe (:host github :repo "sogaiu/janet-ts-mode")
;; :pin "ac684edf57e4d4e085cf99d5ad2ee084b46b8123"))
(when (modulep! +tree-sitter)
(package! janet-ts-mode
:recipe (:host github :repo "sogaiu/janet-ts-mode")
:pin "ac684edf57e4d4e085cf99d5ad2ee084b46b8123"))