This mode provides the following features for Standard ML (SML) buffers:
- Indentation
- Font-locking
- Imenu
- Structural navigation
Emacs 29.1 or above with tree-sitter support is required.
This package requires the SML tree-sitter grammar from https://github.com/MatthewFluet/tree-sitter-sml. It won't work with other parsers!
Add the source to treesit-language-source-alist
.
(add-to-list
'treesit-language-source-alist
'(sml "https://github.com/MatthewFluet/tree-sitter-sml"))
Then run M-x treesit-install-language-grammar
and select sml
to install.