diff options
| author | Lawrence Sarpong <[email protected]> | 2025-12-14 16:51:08 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-14 10:51:08 -0600 |
| commit | e6a0a005d6c5e30054b848e931050bb82326efd8 (patch) | |
| tree | cd47958f33e35301d3602dcf5ba0c696a499921a /packages/web/src/content/docs/formatters.mdx | |
| parent | 90d44751e71cbba3b62f1e92b3861bbc59b15d33 (diff) | |
| download | opencode-e6a0a005d6c5e30054b848e931050bb82326efd8.tar.gz opencode-e6a0a005d6c5e30054b848e931050bb82326efd8.zip | |
Add Gleam LSP and formatter (#5514)
Diffstat (limited to 'packages/web/src/content/docs/formatters.mdx')
| -rw-r--r-- | packages/web/src/content/docs/formatters.mdx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/formatters.mdx b/packages/web/src/content/docs/formatters.mdx index bb3fe811c..052138f68 100644 --- a/packages/web/src/content/docs/formatters.mdx +++ b/packages/web/src/content/docs/formatters.mdx @@ -29,6 +29,7 @@ OpenCode comes with several built-in formatters for popular languages and framew | dart | .dart | `dart` command available | | ocamlformat | .ml, .mli | `ocamlformat` command available and `.ocamlformat` config file | | terraform | .tf, .tfvars | `terraform` command available | +| gleam | .gleam | `gleam` command available | So if your project has `prettier` in your `package.json`, OpenCode will automatically use it. |
