Skip to content

Commit ae6a069

Browse files
denx20Dennis Xu
and
Dennis Xu
authored
feat: a formatter for SML (Standard ML) (#353)
Co-authored-by: Dennis Xu <[email protected]>
1 parent f3363ad commit ae6a069

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lua/conform/formatters/smlfmt.lua

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---@type conform.FileFormatterConfig
2+
return {
3+
meta = {
4+
url = "https://github.com/shwestrick/smlfmt",
5+
description = "A custom parser and code formatter for Standard ML.",
6+
},
7+
command = "smlfmt",
8+
}

0 commit comments

Comments
 (0)