Skip to content

Commit

Permalink
feat: a formatter for SML (Standard ML) (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Xu <dennisxu@Denniss-MacBook-Pro.local>
  • Loading branch information
denx20 and Dennis Xu committed Mar 28, 2024
1 parent f3363ad commit ae6a069
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/conform/formatters/smlfmt.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---@type conform.FileFormatterConfig
return {
meta = {
url = "https://github.com/shwestrick/smlfmt",
description = "A custom parser and code formatter for Standard ML.",
},
command = "smlfmt",
}

0 comments on commit ae6a069

Please sign in to comment.