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

@@ -4,17 +4,23 @@
#+since: 21.12.0
* Description :unfold:
THis module adds [[https://smlfamily.github.io/][SML (Standard ML) programming language]] support to Doom Emacs.
This module adds [[https://smlfamily.github.io/][SML (Standard ML) programming language]] support to Doom Emacs.
** Maintainers
*This module needs a maintainer.* [[doom-contrib-maintainer:][Become a maintainer?]]
** Module flags
/This module has no flags./
- +lsp ::
Enable LSP support for ~sml-mode~/~sml-ts-mode~. Requires [[doom-module::tools lsp]]
and a langserver (supports [[https://github.com/azdavis/millet][millet-ls]]).
- +tree-sitter ::
Leverages tree-sitter for better syntax highlighting and structural text
editing. Requires [[doom-module::tools tree-sitter]].
** Packages
- [[doom-package:company-mlton]] if [[doom-module::completion company]]
- [[doom-package:sml-mode]]
- [[doom-package:sml-ts-mode]] if [[doom-module:+tree-sitter]]
** Hacks
/No hacks documented for this module./