feat(dart): add treesit support

This does not port over the keybinds to dart-ts-mode. Those will be done
separately.
This commit is contained in:
Henrik Lissner
2025-06-28 21:13:11 +02:00
parent 7c6e1950e8
commit a287a96aca
4 changed files with 35 additions and 7 deletions

View File

@@ -3,6 +3,12 @@
(package! dart-mode :pin "f82ff052309125b93d19bdd3f619266f908f43ce")
(when (modulep! +tree-sitter)
(package! dart-ts-mode
:recipe (:host github
:repo "50ways2sayhard/dart-ts-mode")
:pin "ab87873f25f7e0cc8d22daa2501aae141dbe98ad"))
(when (and (modulep! +lsp)
(modulep! :tools lsp -eglot))
(package! lsp-dart :pin "34e2a1191f723792d5f366b314cd6b07de4f1566"))