feat(sml): add treesit (and lsp) support

This commit is contained in:
Henrik Lissner
2025-08-28 13:45:03 +02:00
parent 5bf132a80f
commit cfadd8f6a4
4 changed files with 33 additions and 5 deletions

View File

@@ -6,3 +6,5 @@
(package! company-mlton
:recipe (:host github :repo "MatthewFluet/company-mlton" :files ("*.el" "*.basis"))
:pin "9b09d209b4767a2af24784fb5321390ed1d445bf"))
(when (modulep! +tree-sitter)
(package! sml-ts-mode :pin "d2dabcc9d8f91eeee7048641e4c80fabb3583194"))